UploadFileAsync Method
Uploads a file.
Syntax
[VB.NET] Public Function UploadFileAsync(ByVal FileName As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> UploadFileAsync(string fileName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
UploadFileAsync MethodUploads a file. Syntax[VB.NET] Public Function UploadFileAsync(ByVal FileName As String) As IAsyncOperation<string> [C#] public IAsyncOperation<string> UploadFileAsync(string fileName); RemarksThis method is the asynchronous version of the UploadFile method and is used to support asynchronous operations in WinRT. Please refer to UploadFile for more information. |
||