ITypedDeclareAdvanceTimeProperties<TConfigInfo>.DeclareAdvanceTimeProperties<TPayload> Method

Declares the AdvanceTime properties given configuration information and the shape of the event. Factory classes that implement this interface tell the runtime that it should produce Current Time Increment (Cti) events that have the properties described by the AdvanceTimeSettings class returned by this method.

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

Syntax

AdapterAdvanceTimeSettings DeclareAdvanceTimeProperties<TPayload>(
    TConfigInfo configInfo,
    EventShape eventShape
)

Type Parameters

  • TPayload
    Type of the payload that is created by this adapter.

Parameters

  • configInfo
    Type: TConfigInfo
    Configuration information for the adapter.

Return Value

Type: Microsoft.ComplexEventProcessing.AdapterAdvanceTimeSettings
An instance of the advance time settings.

See Also

Reference

ITypedDeclareAdvanceTimeProperties<TConfigInfo> Interface

Microsoft.ComplexEventProcessing.Adapters Namespace