DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportGrouping Interface / GroupAsync Method
The group descriptions that determine how the data will be grouped.
The cancellation token.

In This Topic
    GroupAsync Method (ISupportGrouping)
    In This Topic
    Groups the collection according to the specified group descriptions.
    Syntax
    'Declaration
     
    Function GroupAsync( _
       ByVal groupDescriptions() As GroupDescription, _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task

    Parameters

    groupDescriptions
    The group descriptions that determine how the data will be grouped.
    cancellationToken
    The cancellation token.
    See Also