ITypedDeclareEventProperties<TConfigInfo>.DeclareEventProperties<TPayload> Method (TConfigInfo, EventShape, CepEventType)

 

Declares the additional properties of the cepEventType given the adapter factory configuration and event shape information.

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

Syntax

CepEventType DeclareEventProperties<TPayload>(
    TConfigInfo configInfo,
    EventShape eventShape,
    CepEventType inputEventType
)
generic<typename TPayload>
CepEventType^ DeclareEventProperties(
    TConfigInfo configInfo,
    EventShape eventShape,
    CepEventType^ inputEventType
)
abstract DeclareEventProperties<'TPayload> : 
        configInfo:'TConfigInfo *
        eventShape:EventShape *
        inputEventType:CepEventType -> CepEventType
Function DeclareEventProperties(Of TPayload) (
    configInfo As TConfigInfo,
    eventShape As EventShape,
    inputEventType As CepEventType
) As CepEventType

Parameters

  • configInfo
    Type: TConfigInfo

    Configuration information for the adapter factory.

Return Value

Type: Microsoft.ComplexEventProcessing.CepEventType

A decorated CepEventType that contains additional event fields information.

Type Parameters

  • TPayload
    Type of the payload.

See Also

ITypedDeclareEventProperties<TConfigInfo> Interface
Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top