NoopAsync Method
Sends a 'NOOP' command to the server.
Syntax
[VB.NET]
Public Function NoopAsync() As Task
[C#]
public Task NoopAsync();
Remarks
This 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.