IDeclareEventProperties<TConfigInfo>.DeclareEventProperties 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(
    TConfigInfo configInfo,
    EventShape eventShape,
    CepEventType inputEventType
)

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

IDeclareEventProperties<TConfigInfo> Interface

Microsoft.ComplexEventProcessing.Adapters Namespace