SendDataAsync Method
Sends raw data to Recipients .
Syntax
[VB.NET] Public Function SendDataAsync(ByVal Data As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> SendDataAsync(byte[] data);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendDataAsync MethodSends raw data to Recipients . Syntax[VB.NET] Public Function SendDataAsync(ByVal Data As String) As IAsyncOperation<string> [C#] public IAsyncOperation<string> SendDataAsync(byte[] data); RemarksThis method is the asynchronous version of the SendData method and is used to support asynchronous operations in WinRT. Please refer to SendData for more information. |
||