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