Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportSorting Interface / SortAsync Method
The sort descriptions that determine how the data will be sort.
The cancellation token.

In This Topic
    SortAsync Method (ISupportSorting)
    In This Topic
    Sorts the collection according to the specified sortDescriptions.
    Syntax
    'Declaration
     
    
    Function SortAsync( _
       ByVal sortDescriptions() As SortDescription, _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task

    Parameters

    sortDescriptions
    The sort descriptions that determine how the data will be sort.
    cancellationToken
    The cancellation token.
    See Also