CepStream.Select Method

Include Protected Members
Include Inherited Members

Projects each event of an input stream into a new event.

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 Select<TInput, TResult>(CepOrderedStream<TInput>, Expression<Func<TInput, TResult>>) Given an ordered stream, this method produces an ordered stream that can be used for ranking.
Public methodStatic member Select<TPayload, TResult>(CepStream<TPayload>, Expression<Func<TPayload, TResult>>) Projects events from input stream using a projections expression.
Public methodStatic member Select<TInput, TResult>(CepWindowStream<CepWindow<TInput>>, Expression<Func<CepWindow<TInput>, TResult>>) Maps a window stream to a stream based on a given mapping expression.
Public methodStatic member Select<TInput, TOutput>(ICepEnumerable<TInput>, Expression<Func<TInput, TOutput>>) Projects each event of an enumerable input stream into a new event.

Top

See Also

Reference

CepStream Class

Microsoft.ComplexEventProcessing.Linq Namespace