ListGroupsAsync Method
Lists all groups on the server.
Syntax
[VB.NET]
Public Function ListGroupsAsync() As Task
[C#]
public Task ListGroupsAsync();
Remarks
This method is the asynchronous version of the
ListGroups method and is used to support asynchronous operations in WinRT. Please refer to
ListGroups for more information.