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