IQWindowedStreamable<TPayload> 介面

表示視窗型暫時資料流查詢。

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

語法

'宣告
Public Interface IQWindowedStreamable(Of TPayload) _
    Inherits IQStreamable, IWindowedStreamable(Of TPayload)
'用途
Dim instance As IQWindowedStreamable(Of TPayload)
public interface IQWindowedStreamable<TPayload> : IQStreamable, 
    IWindowedStreamable<TPayload>
generic<typename TPayload>
public interface class IQWindowedStreamable : IQStreamable, 
    IWindowedStreamable<TPayload>
type IQWindowedStreamable<'TPayload> =  
    interface 
        interface IQStreamable 
        interface IWindowedStreamable<'TPayload>
    end
JScript 不支援泛型型別及方法。

型別參數

  • TPayload
    裝載的類型。

IQWindowedStreamable<TPayload> 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Expression 取得描述查詢部分的運算式。 (繼承自 IQStreamable。)
公用屬性 Provider 取得暫時資料流查詢部分的 LINQ 提供者。 (繼承自 IQStreamable。)

上層

擴充 方法

  名稱 說明
公用擴充方法 Select<TSource, TResult> 支援視窗彙總計算的投射方法。 (由 QStreamable 定義。)
公用擴充方法 SelectMany<TSource, TResult>(Expression<Func<IQWindowSource<TSource>, IQWindowResult<TResult>>>) 已多載。 在給定函數時,傳回從視窗到視窗結果之結果資料流的繫結運算子。 (由 QStreamable 定義。)
公用擴充方法 SelectMany<TSource, TBind, TResult>(Expression<Func<IQWindowSource<TSource>, IQWindowResult<TBind>>>, Expression<Func<Unit, TBind, TResult>>) 已多載。 在給定函數時,傳回從視窗到視窗結果之結果資料流的繫結運算子。 (由 QStreamable 定義。)

上層

請參閱

參考

Microsoft.ComplexEventProcessing.Linq 命名空間