GetUploadStatusAsync Method
Get the status of a resumable upload session.
Syntax
[VB.NET] Public Function GetUploadStatusAsync() As IAsyncAction
[C#] public IAsyncAction GetUploadStatusAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetUploadStatusAsync MethodGet the status of a resumable upload session. Syntax[VB.NET] Public Function GetUploadStatusAsync() As IAsyncAction [C#] public IAsyncAction GetUploadStatusAsync(); RemarksThis method is the asynchronous version of the GetUploadStatus method and is used to support asynchronous operations in WinRT. Please refer to GetUploadStatus for more information. |
||