QueryRegisterAsync Method
This method queries a server for the necessary registration fields.
Syntax
[VB.NET] Public Function QueryRegisterAsync(ByVal XMPPServer As String) As Task
[C#] public Task QueryRegisterAsync(string XMPPServer);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
QueryRegisterAsync MethodThis method queries a server for the necessary registration fields. Syntax[VB.NET] Public Function QueryRegisterAsync(ByVal XMPPServer As String) As Task [C#] public Task QueryRegisterAsync(string XMPPServer); RemarksThis method is the asynchronous version of the QueryRegister method and is used to support asynchronous operations in WinRT. Please refer to QueryRegister for more information. |
||