ListPartsAsync Method
Lists the parts of a multipart upload.
Syntax
[VB.NET] Public Function ListPartsAsync(ByVal VaultName As String, ByVal UploadId As String) As Task
[C#] public Task ListPartsAsync(string vaultName, string uploadId);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListPartsAsync MethodLists the parts of a multipart upload. Syntax[VB.NET] Public Function ListPartsAsync(ByVal VaultName As String, ByVal UploadId As String) As Task [C#] public Task ListPartsAsync(string vaultName, string uploadId); RemarksThis method is the asynchronous version of the ListParts method and is used to support asynchronous operations in WinRT. Please refer to ListParts for more information. |
||