ObservableCepStream.ToStream Method

Include Protected Members
Include Inherited Members

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member ToStream<TPayload>(IObservable<EdgeEvent<TPayload>>, Application, AdvanceTimeSettings, String) Translates an event source that implements the IObservable interface into a CepStream that can be queried.
Public methodStatic member ToStream<TPayload>(IObservable<IntervalEvent<TPayload>>, Application, AdvanceTimeSettings, String) Translates an event source that implements the IObservable interface into a CepStream that can be queried.
Public methodStatic member ToStream<TPayload>(IObservable<PointEvent<TPayload>>, Application, AdvanceTimeSettings, String) Translates an event source that implements the IObservable interface into a CepStream that can be queried.

Top

See Also

Reference

ObservableCepStream Class

Microsoft.ComplexEventProcessing.Linq Namespace