ObservableCepStream.ToIntervalObservable Method

 

Converts a CepStream of interval events to an event sink that implements the IObservable interface.

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static ToIntervalObservable<TPayload>(CepStream<TPayload>)

Converts a CepStream of interval events to an event sink that implements the IObservable interface. The order of events is FullyOrdered.

System_CAPS_pubmethodSystem_CAPS_static ToIntervalObservable<TPayload>(CepStream<TPayload>, StreamEventOrder)

Converts a CepStream of interval events with the specified event order to an event sink that implements the IObservable interface.

See Also

ObservableCepStream Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top