RetrieveRosterAsync Method
This method will retrieve this entity's roster from the server.
Syntax
[VB.NET] Public Function RetrieveRosterAsync() As Task
[C#] public Task RetrieveRosterAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
RetrieveRosterAsync MethodThis method will retrieve this entity's roster from the server. Syntax[VB.NET] Public Function RetrieveRosterAsync() As Task [C#] public Task RetrieveRosterAsync(); RemarksThis method is the asynchronous version of the RetrieveRoster method and is used to support asynchronous operations in WinRT. Please refer to RetrieveRoster for more information. |
||