UploadAsync Method
Uploads the file specified by LocalFile to the server.
Syntax
[VB.NET] Public Function UploadAsync() As Task
[C#] public Task UploadAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
UploadAsync MethodUploads the file specified by LocalFile to the server. 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. |
||