NoopAsync Method
Sends a 'NOOP' command to the server.
Syntax
[VB.NET] Public Function NoopAsync() As IAsyncAction
[C#] public IAsyncAction NoopAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
NoopAsync MethodSends a 'NOOP' command to the server. Syntax[VB.NET] Public Function NoopAsync() As IAsyncAction [C#] public IAsyncAction NoopAsync(); RemarksThis method is the asynchronous version of the Noop method and is used to support asynchronous operations in WinRT. Please refer to Noop for more information. |
||