CepTimeSensitiveOperator<TInput, TOutput>.CreateIntervalEvent 方法 ()

 

建立要包含在使用者定義運算子之傳回結果中的事件。

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

語法

public IntervalEvent<TOutput> CreateIntervalEvent()
public:
IntervalEvent<TOutput>^ CreateIntervalEvent()
member CreateIntervalEvent : unit -> IntervalEvent<'TOutput>
Public Function CreateIntervalEvent As IntervalEvent(Of TOutput)

傳回值

Type: Microsoft.ComplexEventProcessing.IntervalEvent<TOutput>

間隔事件。

請參閱

CepTimeSensitiveOperator<TInput, TOutput> 類別
Microsoft.ComplexEventProcessing.Extensibility 命名空間

回到頁首