IHighWaterMarkInputAdapterFactory<TConfigInfo>.Create Method (TConfigInfo, EventShape, CepEventType, DateTimeOffset)

Creates an untyped 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(
    TConfigInfo configInfo,
    EventShape eventShape,
    CepEventType cepEventType,
    DateTimeOffset highWaterMark
)

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
An untyped 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

IHighWaterMarkInputAdapterFactory<TConfigInfo> Interface

Create Overload

Microsoft.ComplexEventProcessing.Adapters Namespace