ICepEnumerable(T) 介面
擴充 IEnumerable<T> 介面,可讓您指定可列舉事件來源的查詢名稱和描述。
命名空間: Microsoft.ComplexEventProcessing.Linq
組件: Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)
語法
public interface ICepEnumerable<T> : IEnumerable<T>,
IEnumerable
型別參數
- T
事件的類型。
ICepEnumerable<(Of <(<'T>)>)> 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
GetEnumerator() () () () | (繼承自 IEnumerable< (Of < ( <'T> ) > ) >。) | |
GetEnumerator() () () () | (繼承自 IEnumerable。) | |
GetEnumerator(String, String) | 擴充 IEnumerable<T> 介面,可讓您指定可列舉事件來源的查詢名稱和描述。 |
上層
擴充 方法
名稱 | 說明 | |
---|---|---|
Select< (Of < <' (TInput, TOutput> ) > > ) | 將可列舉輸入資料流的每一個事件投射到新的事件。 (由 CepStream 定義。) | |
ToEdgeStream< (Of < <' (T, TPayload> ) > > ) | 將可列舉輸入資料流轉換為邊緣事件資料流,並提供暫時的輸入特性。 (由 CepStream 定義。) | |
ToIntervalStream< (Of < <' (T, TPayload> ) > > ) | 將可列舉輸入資料流轉換為間隔事件資料流,並提供暫時的輸入特性。 (由 CepStream 定義。) | |
ToPointStream< (Of < <' (T, TPayload> ) > > ) | (由 CepStream 定義。) | |
Where< (Of < <' (TInput> ) > > ) | 使用指定的篩選運算式來篩選可列舉輸入資料流中的事件。 (由 CepStream 定義。) |
上層
備註
如需 ICepEnumerable<T> 擴充之介面的詳細資訊,請參閱 documentation for the IEnumerable<T> interface in the MSDN Library (英文)。