ITypedDeclareEventProperties<TConfigInfo>.DeclareEventProperties<TPayload> Method

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
)

Type Parameters

  • TPayload
    Type of the payload.

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.

See Also

Reference

ITypedDeclareEventProperties<TConfigInfo> Interface

Microsoft.ComplexEventProcessing.Adapters Namespace