[]
        
(Showing Draft Content)

C1.DataCollection.C1WrapDataCollection-2.GroupAsync

GroupAsync Method

GroupAsync(params GroupDescription[])

Groups the collection according to the specified group descriptions.

Declaration
public Task GroupAsync(params GroupDescription[] groupDescriptions)
Parameters
Type Name Description
GroupDescription[] groupDescriptions

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

Returns
Type Description
Task

GroupAsync(GroupDescription[], CancellationToken)

Groups the collection according to the specified group descriptions.

Declaration
public virtual 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
Implements