CepStream.GroupBy Method

Include Protected Members
Include Inherited Members

Groups the input stream according to a specified key selector function and returns a group of streams.

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 GroupBy<TPayload, TGroupingKey>(CepStream<TPayload>, Expression<Func<TPayload, TGroupingKey>>) Partitions the input stream by the specified grouping key.
Public methodStatic member GroupBy<TPayload, TGroupingKey, TResult>(CepStream<TPayload>, Expression<Func<TPayload, TGroupingKey>>, Expression<Func<TPayload, TResult>>) Groups the source stream by the specified key selector functions and projects results using the element selector function.

Top

See Also

Reference

CepStream Class

Microsoft.ComplexEventProcessing.Linq Namespace