CepStream.Where Method

 

Filters events from an input stream using a given filter function.

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static Where<TPayload>(CepStream<TPayload>, Expression<Func<TPayload, Boolean>>)

Filters events from an input stream using a given filter function.

System_CAPS_pubmethodSystem_CAPS_static Where<TInput>(ICepEnumerable<TInput>, Expression<Func<TInput, Boolean>>)

Filters events from an enumerable input stream using the specified filter expression.

See Also

CepStream Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top