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