[]
        
(Showing Draft Content)

C1.DataCollection.C1ScopedDataCollection-1.SortAsync

SortAsync Method

SortAsync(SortDescription[], CancellationToken)

Sorts the collection according to the specified sort descriptions.

Declaration
public override Task SortAsync(SortDescription[] sortDescriptions, CancellationToken cancellationToken = default)
Parameters
Type Name Description
SortDescription[] sortDescriptions

The sort descriptions that determine how the data will be sort.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Overrides