ObservableCepStream.ToObservable<TPayload> Method (CepStream<TPayload>)

Converts a stream of events to observable output by removing event headers and discarding CTI events.

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

Syntax

public static ICepObservable<TPayload> ToObservable<TPayload>(
    this CepStream<TPayload> stream
)

Type Parameters

  • TPayload
    Type of the event payload.

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.Linq.ICepObservable<TPayload>
Observable output.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CepStream<TPayload>. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=sql.105) or https://msdn.microsoft.com/en-us/library/bb383977(v=sql.105).

See Also

Reference

ObservableCepStream Class

ToObservable Overload

Microsoft.ComplexEventProcessing.Linq Namespace