IHighWaterMarkTypedInputAdapterFactory<TConfigInfo>.Create<TPayload> Method (TConfigInfo, EventShape, DateTimeOffset)

Creates a typed input adapter that is able to replay events based on high-water mark checkpoint values.

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

Syntax

InputAdapterBase Create<TPayload>(
    TConfigInfo configInfo,
    EventShape eventShape,
    DateTimeOffset highWaterMark
)

Type Parameters

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

Parameters

  • configInfo
    Type: TConfigInfo
    Configuration information for the adapter.
  • highWaterMark
    Type: System.DateTimeOffset
    The high-water mark from which the adapter should replay events.

Return Value

Type: Microsoft.ComplexEventProcessing.Adapters.InputAdapterBase
A typed input adapter that is able to replay events based on high-water mark checkpoint values.

Remarks

For more information, see Building Resilient StreamInsight Applications.

See Also

Reference

IHighWaterMarkTypedInputAdapterFactory<TConfigInfo> Interface

Create Overload

Microsoft.ComplexEventProcessing.Adapters Namespace