SendRequestAsync Method
Send the request.
Syntax
[VB.NET] Public Function SendRequestAsync() As Task
[C#] public Task SendRequestAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendRequestAsync MethodSend the request. Syntax[VB.NET] Public Function SendRequestAsync() As Task [C#] public Task SendRequestAsync(); RemarksThis 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. |
||