ListMultipartUploads Method
Lists current multipart uploads.
Syntax
[VB.NET] Public Sub ListMultipartUploads()
[C#] public void ListMultipartUploads();
Remarks
This method lists the current multipart uploads. When called the Objects collection will be populated with one object for each upload. The results include information such as ObjectName, UploadId, etc. The ObjectList event will also be fired for each upload and the same information will be provided within the event.
NOTE: This method has a corresponding asynchronous version (ListMultipartUploadsAsync) for use in the WinRT environment.