SubmitAsync Method
Post current data to the URL specified by the URL property.
Syntax
[VB.NET] Public Function SubmitAsync() As Task
[C#] public Task SubmitAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SubmitAsync MethodPost current data to the URL specified by the URL property. Syntax[VB.NET] Public Function SubmitAsync() As Task [C#] public Task SubmitAsync(); RemarksThis method is the asynchronous version of the Submit method and is used to support asynchronous operations in WinRT. Please refer to Submit for more information. |
||