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