SendAsync Method
Sends data to the remote host.
Syntax
[VB.NET] Public Function SendAsync(ByVal Text As String) As IAsyncAction
[C#] public IAsyncAction SendAsync(byte[] text);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendAsync MethodSends data to the remote host. Syntax[VB.NET] Public Function SendAsync(ByVal Text As String) As IAsyncAction [C#] public IAsyncAction SendAsync(byte[] text); RemarksThis method is the asynchronous version of the Send method and is used to support asynchronous operations in WinRT. Please refer to Send for more information. |
||