ListGroupsAsync Method
Lists all groups on the server.
Syntax
[VB.NET] Public Function ListGroupsAsync() As Task
[C#] public Task ListGroupsAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListGroupsAsync MethodLists all groups on the server. Syntax[VB.NET] Public Function ListGroupsAsync() As Task [C#] public Task ListGroupsAsync(); RemarksThis 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. |
||