IQStreamableProvider 介面

支援撰寫暫時資料流查詢的 LINQ 提供者。

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

語法

'宣告
Public Interface IQStreamableProvider
'用途
Dim instance As IQStreamableProvider
public interface IQStreamableProvider
public interface class IQStreamableProvider
type IQStreamableProvider =  interface end
public interface IQStreamableProvider

IQStreamableProvider 型別公開下列成員。

方法

  名稱 說明
公用方法 CreateOrderedWindow<TPayload> 建立排序的視窗查詢。
公用方法 CreatePartitionedStreamable<TKey, TPayload> 建立群組暫時資料流查詢。
公用方法 CreateStreamable<TPayload> 建立暫時資料流查詢。
公用方法 CreateWindowedStreamable<TPayload> 建立視窗型暫時資料流查詢。
公用方法 CreateWindowResult<TPayload> 建立視窗計算的結果。
公用方法 CreateWindowSource<TPayload> 建立視窗計算的輸入。

上層

請參閱

參考

Microsoft.ComplexEventProcessing.Linq 命名空間