ITypedDeclareAdvanceTimeProperties<TConfigInfo> Interface

Interface that must be implemented by typed input 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

'Declaration
Public Interface ITypedDeclareAdvanceTimeProperties(Of TConfigInfo)
'Usage
Dim instance As ITypedDeclareAdvanceTimeProperties(Of TConfigInfo)
public interface ITypedDeclareAdvanceTimeProperties<TConfigInfo>
generic<typename TConfigInfo>
public interface class ITypedDeclareAdvanceTimeProperties
type ITypedDeclareAdvanceTimeProperties<'TConfigInfo> =  interface end
JScript does not support generic types and methods.

Type Parameters

  • TConfigInfo
    Type of configuration information that is used to create the adapter.

The ITypedDeclareAdvanceTimeProperties<TConfigInfo> type exposes the following members.

Methods

  Name Description
Public method DeclareAdvanceTimeProperties<TPayload> 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.

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Adapters Namespace