AbortUpload Method
Aborts the resumable upload session.
Syntax
[VB.NET] Public Sub AbortUpload()
[C#] public void AbortUpload();
Remarks
This method aborts the resumable upload session specified by ResumeURL. If a resumable upload is interrupted, this method may be called to abort the upload. This should be called when the upload will not be resumed.
NOTE: This method has a corresponding asynchronous version (AbortUploadAsync) for use in the Xamarin environment.