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