CepStream<TPayload>.ExtractInputStreams Method

Retrieves a list with information about input streams from a given stream definition.

Namespace:  Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public List<InputStreamInfo> ExtractInputStreams()

Return Value

Type: System.Collections.Generic.List<InputStreamInfo>
All input streams used in the query

See Also

Reference

CepStream<TPayload> Class

Microsoft.ComplexEventProcessing.Linq Namespace