ITypedDeclareEventProperties<TConfigInfo> Interface

Optional interface to be implemented by a typed input adapter factory to provide additional information for the event field, such as the culture of a string field.

Namespace:  Microsoft.ComplexEventProcessing.Adapters
Assembly:  Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)

Syntax

'Declaration
Public Interface ITypedDeclareEventProperties(Of TConfigInfo)
'Usage
Dim instance As ITypedDeclareEventProperties(Of TConfigInfo)
public interface ITypedDeclareEventProperties<TConfigInfo>
generic<typename TConfigInfo>
public interface class ITypedDeclareEventProperties
type ITypedDeclareEventProperties<'TConfigInfo> =  interface end
JScript does not support generic types and methods.

Type Parameters

  • TConfigInfo
    Type of configuration information for the adapter.

The ITypedDeclareEventProperties<TConfigInfo> type exposes the following members.

Methods

  Name Description
Public method DeclareEventProperties<TPayload> Declares the additional properties of the cepEventType given the adapter factory configuration and event shape information.

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Adapters Namespace