Use this method to probe for another entity's presence.
Syntax
[VB.NET]
Public Function ProbePresenceAsync(ByVal JabberId As String)AsTask
[C#]
public Task ProbePresenceAsync(string jabberId);
Remarks
This 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.