[]
        
(Showing Draft Content)

C1.DataCollection.ISupportGrouping.GroupAsync

GroupAsync Method

GroupAsync(GroupDescription[], CancellationToken)

Groups the collection according to the specified group descriptions.

Declaration
Task GroupAsync(GroupDescription[] groupDescriptions, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GroupDescription[] groupDescriptions

The group descriptions that determine how the data will be grouped.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task