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

CopyPartAsync Method

Copy the specified object as a part of a multipart upload.

Syntax

[VB.NET]
Public Function CopyPartAsync(ByVal SrcObjectName As String, ByVal DestBucket As String, ByVal DestObjectName As String, ByVal DestPartNumber As Integer, ByVal DestUploadId As String) As IAsyncAction
[C#]
public IAsyncAction CopyPartAsync(string srcObjectName, string destBucket, string destObjectName, int destPartNumber, string destUploadId);

Remarks

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

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