Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

UploadPartAsync Method

Uploads a single part in a multipart upload.

Syntax

[VB.NET]
Public Function UploadPartAsync(ByVal VaultName As String, ByVal UploadId As String, ByVal PartNumber As Integer) As IAsyncAction
[C#]
public IAsyncAction UploadPartAsync(string vaultName, string uploadId, int partNumber);

Remarks

This method is the asynchronous version of the UploadPart method and is used to support asynchronous operations in WinRT. Please refer to UploadPart for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0