IHighWaterMarkOutputAdapterFactory<TConfigInfo>.Create 方法 (TConfigInfo, EventShape, CepEventType, DateTimeOffset, Int32)

 

建立能夠根據上限標準檢查點值重新執行事件之不具型別的輸出配接器。

命名空間:   Microsoft.ComplexEventProcessing.Adapters
組件:  Microsoft.ComplexEventProcessing.Adapters (在 Microsoft.ComplexEventProcessing.Adapters.dll 中)

語法

OutputAdapterBase Create(
    TConfigInfo configInfo,
    EventShape eventShape,
    CepEventType cepEventType,
    DateTimeOffset highWaterMark,
    int highWaterMarkEventOffset
)
OutputAdapterBase^ Create(
    TConfigInfo configInfo,
    EventShape eventShape,
    CepEventType^ cepEventType,
    DateTimeOffset highWaterMark,
    int highWaterMarkEventOffset
)
abstract Create : 
        configInfo:'TConfigInfo *
        eventShape:EventShape *
        cepEventType:CepEventType *
        highWaterMark:DateTimeOffset *
        highWaterMarkEventOffset:int -> OutputAdapterBase
Function Create (
    configInfo As TConfigInfo,
    eventShape As EventShape,
    cepEventType As CepEventType,
    highWaterMark As DateTimeOffset,
    highWaterMarkEventOffset As Integer
) As OutputAdapterBase

參數

  • configInfo
    配接器的組態資訊。
  • eventShape
    配接器預期之事件的圖形。
  • cepEventType
    配接器預期之事件的類型。
  • highWaterMark
    highWaterMarkEventOffset 搭配用以識別檢查點在輸出資料流中所處位置的值。 這兩個屬性支援在復原後移除輸出資料流中的重複事件。
  • highWaterMarkEventOffset
    highWaterMark 搭配用以識別檢查點在輸出資料流中所處位置的值。 這兩個屬性支援在復原後移除輸出資料流中的重複事件。

傳回值

Type: Microsoft.ComplexEventProcessing.Adapters.OutputAdapterBase

能夠根據上限標準檢查點值重新執行事件之不具型別的輸出配接器。

備註

如需詳細資訊,請參閱<建立具有恢復功能的 StreamInsight 應用程式>。

請參閱

Create 超載
IHighWaterMarkOutputAdapterFactory<TConfigInfo> 介面
Microsoft.ComplexEventProcessing.Adapters 命名空間

回到頁首