SendAsync Method
Sends the current message.
Syntax
[VB.NET] Public Function SendAsync() As IAsyncAction
[C#] public IAsyncAction SendAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendAsync MethodSends the current message. Syntax[VB.NET] Public Function SendAsync() As IAsyncAction [C#] public IAsyncAction SendAsync(); 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. |
||