IQWindowSource<TSource> 介面

提供視窗資料流內的事件來源。

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

語法

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

型別參數

  • TSource
    來源的類型。

IQWindowSource<TSource> 型別公開下列成員。

屬性

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

上層

擴充 方法

  名稱 說明
公用擴充方法 OrderBy<TPayload, TKey> 根據索引鍵排序視窗的內容。 (由 QStreamable 定義。)
公用擴充方法 OrderByDescending<TPayload, TKey> 以遞減順序根據索引鍵排序視窗的內容。 (由 QStreamable 定義。)
公用擴充方法 UserDefinedOperator<TSource, TResult>(Expression<Func<CepOperator<TSource, TResult>>>) 已多載。 將使用者定義的運算子套用至視窗。 (由 QStreamable 定義。)
公用擴充方法 UserDefinedOperator<TSource, TResult>(Expression<Func<CepTimeSensitiveOperator<TSource, TResult>>>) 已多載。 將使用者定義的運算子套用至視窗。 (由 QStreamable 定義。)

上層

請參閱

參考

Microsoft.ComplexEventProcessing.Linq 命名空間