'Declaration
Function SortAsync( _ ByVal ParamArray sortDescriptions() As SortDescription _ ) As Task
Task SortAsync( params SortDescription[] sortDescriptions )
Parameters
- sortDescriptions
- The sort descriptions that determine how the data will be sort.