ConnectAsync Method
This method will connect the component to the server.
Syntax
[VB.NET] Public Function ConnectAsync(ByVal User As String, ByVal Password As String) As Task
[C#] public Task ConnectAsync(string user, string password);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ConnectAsync MethodThis method will connect the component to the server. Syntax[VB.NET] Public Function ConnectAsync(ByVal User As String, ByVal Password As String) As Task [C#] public Task ConnectAsync(string user, string password); RemarksThis method is the asynchronous version of the Connect method and is used to support asynchronous operations in WinRT. Please refer to Connect for more information. |
||