ConnectAsync Method
Connect to a remote host.
Syntax
[VB.NET] Public Function ConnectAsync(ByVal Host As String) As Task
[C#] public Task ConnectAsync(string host);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ConnectAsync MethodConnect to a remote host. Syntax[VB.NET] Public Function ConnectAsync(ByVal Host As String) As Task [C#] public Task ConnectAsync(string host); 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. |
||