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();
Remarks
This 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.