IDeclareAdvanceTimeProperties<TConfigInfo>.DeclareAdvanceTimeProperties 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(
    TConfigInfo configInfo,
    EventShape eventShape,
    CepEventType cepEventType
)

Parameters

  • configInfo
    Type: TConfigInfo
    Configuration information for the adapter.

Return Value

Type: Microsoft.ComplexEventProcessing.AdapterAdvanceTimeSettings
An instance of the AdvanceTimeSettings.

See Also

Reference

IDeclareAdvanceTimeProperties<TConfigInfo> Interface

Microsoft.ComplexEventProcessing.Adapters Namespace