共用方式為


GenerateOutput 方法

產生輸出事件的集合,當做對輸入事件裝載之集合的運算子計算結果。

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

語法

public abstract IEnumerable<IntervalEvent<TOutput>> GenerateOutput(
    IEnumerable<IntervalEvent<TInput>> events,
    WindowDescriptor windowDescriptor
)

參數

傳回值

型別:System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IntervalEvent< (Of < ( <'TOutput> ) > ) >> ) > ) >
輸出事件的集合。

備註

時間緊迫的運算子會接收具有時間戳記之完整事件的集合,讓計算能夠將事件的暫時屬性 (以及視窗大小) 列入考量。

輸入事件的集合沒有排序。

請參閱

參考

CepTimeSensitiveOperator< (Of < ( <'TInput, TOutput> ) > ) > 類別

Microsoft.ComplexEventProcessing.Extensibility 命名空間