Share via


QStreamable.Take Method

Include Protected Members
Include Inherited Members

Takes the top count elements from an ordered window.

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 Take<TPayload>(IQOrderedWindow<TPayload>, UInt32) Takes the top count elements from an ordered window. If there are ties, all elements with the lowest rank are returned.
Public methodStatic member Take<TSource, TResult>(IQOrderedWindow<TSource>, UInt32, Expression<Func<CepRankedEvent<TSource>, TResult>>) Takes the top count elements from an ordered window. If there are ties, all elements with the lowest rank are returned.

Top

See Also

Reference

QStreamable Class

Microsoft.ComplexEventProcessing.Linq Namespace