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

CopyObjectAsync Method

Make a copy of the specified object.

Syntax

[VB.NET]
Public Function CopyObjectAsync(ByVal SrcObjectName As String, ByVal DestBucket As String, ByVal DestObjectName As String) As IAsyncAction
[C#]
public IAsyncAction CopyObjectAsync(string srcObjectName, string destBucket, string destObjectName);

Remarks

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

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