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