SubscribeToAsync Method
Use this method to subscribe to another entity's presence.
Syntax
[VB.NET] Public Function SubscribeToAsync(ByVal JabberId As String) As Task
[C#] public Task SubscribeToAsync(string jabberId);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SubscribeToAsync MethodUse this method to subscribe to another entity's presence. Syntax[VB.NET] Public Function SubscribeToAsync(ByVal JabberId As String) As Task [C#] public Task SubscribeToAsync(string jabberId); RemarksThis method is the asynchronous version of the SubscribeTo method and is used to support asynchronous operations in WinRT. Please refer to SubscribeTo for more information. |
||