GetUploadStatus Method
Get the status of a resumable upload session.
Syntax
[VB.NET] Public Sub GetUploadStatus()
[C#] public void GetUploadStatus();
Remarks
This method gets the status of a resumable upload session. Set ResumeURL before calling this method. After calling this method StartByte and UploadExpDate will be populated.
NOTE: This method has a corresponding asynchronous version (GetUploadStatusAsync) for use in the WinRT environment.