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