CepStream.ToStream Method

 

Translates an event source that implements the IEnumerable interface into a CepStream that can be queried.

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static ToStream<TPayload>(IEnumerable<EdgeEvent<TPayload>>, Application, AdvanceTimeSettings, String)

Converts a CepStream of point events to a stream.

System_CAPS_pubmethodSystem_CAPS_static ToStream<TPayload>(IEnumerable<IntervalEvent<TPayload>>, Application, AdvanceTimeSettings, String)

Converts a CepStream of point events to a stream.

System_CAPS_pubmethodSystem_CAPS_static ToStream<TPayload>(IEnumerable<PointEvent<TPayload>>, Application, AdvanceTimeSettings, String)

Converts a CepStream of point events to a stream.

See Also

CepStream Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top