IHighWaterMarkOutputAdapterFactory<TConfigInfo> Interface
SQL Server 2008 R2
Creates an untyped output adapter that is able to replay events based on high-water mark checkpoint values.
Assembly: Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)
The IHighWaterMarkOutputAdapterFactory<TConfigInfo> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Create(TConfigInfo, EventShape, CepEventType) | Creates an output adapter. (Inherited from IOutputAdapterFactory<TConfigInfo>.) |
![]() | Create(TConfigInfo, EventShape, CepEventType, DateTimeOffset, Int32) | Creates an untyped output adapter that is able to replay events based on high-water mark checkpoint values. |
![]() | Dispose | (Inherited from IDisposable.) |
For more information, see Building Resilient StreamInsight Applications.

