CepStream<TPayload>.ExtractInputStreams 方法 ()

 

擷取包含來自給定資料流定義之輸入資料流相關資訊的清單。

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

語法

public List<InputStreamInfo> ExtractInputStreams()
public:
List<InputStreamInfo^>^ ExtractInputStreams()
member ExtractInputStreams : unit -> List<InputStreamInfo>
Public Function ExtractInputStreams As List(Of InputStreamInfo)

傳回值

Type: System.Collections.Generic.List<InputStreamInfo>

查詢中使用的所有輸入資料流。

請參閱

CepStream<TPayload> 類別
Microsoft.ComplexEventProcessing.Linq 命名空間

回到頁首