CepStream.GroupBy Method

 

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static GroupBy<TPayload, TGroupingKey>(CepStream<TPayload>, Expression<Func<TPayload, TGroupingKey>>)

Partitions the input stream by the specified grouping key.

System_CAPS_pubmethodSystem_CAPS_static 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.

See Also

CepStream Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top