IDeclareAdvanceTimeProperties<TConfigInfo> Interface

 

Interface that must be implemented by the factory classes that (optionally) want to specify AdvanceTimeSettings for the adapter instances that they produce.

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

Syntax

public interface IDeclareAdvanceTimeProperties<TConfigInfo>
generic<typename TConfigInfo>
public interface class IDeclareAdvanceTimeProperties
type IDeclareAdvanceTimeProperties<'TConfigInfo> = interface end
Public Interface IDeclareAdvanceTimeProperties(Of TConfigInfo)

Type Parameters

  • TConfigInfo
    Configuration information for the adapter.

Methods

Name Description
System_CAPS_pubmethod DeclareAdvanceTimeProperties(TConfigInfo, EventShape, CepEventType)

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.

See Also

Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top