GetUploadStatusAsync Method
Get the status of a resumable upload session.
Syntax
[VB.NET]
Public Function GetUploadStatusAsync() As Task
[C#]
public Task GetUploadStatusAsync();
Remarks
This 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.