'Declaration
Public Overridable Function GroupAsync( _ ByVal ParamArray groupDescriptions() As GroupDescription _ ) As Task
public virtual Task GroupAsync( params GroupDescription[] groupDescriptions )
Parameters
- groupDescriptions
- The group descriptions that determine how the data will be grouped.