[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.GroupAsync

GroupAsync Method

GroupAsync(GroupDescription[], CancellationToken)

Groups the collection according to the specified group descriptions.

Declaration
public override 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
Overrides