SendRequestAsync Method
Send the request.
Syntax
[VB.NET]
Public Function SendRequestAsync() As Task
[C#]
public Task SendRequestAsync();
Remarks
This method is the asynchronous version of the
SendRequest method and is used to support asynchronous operations in WinRT. Please refer to
SendRequest for more information.