Amazon.S3.AmazonS3Client.EndCopyObject C# (CSharp) Method

EndCopyObject() public method

Finishes the asynchronous execution of the CopyObject operation.
public EndCopyObject ( IAsyncResult asyncResult ) : CopyObjectResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyObject.
return Amazon.S3.Model.CopyObjectResponse
        public  CopyObjectResponse EndCopyObject(IAsyncResult asyncResult)
        {
            return EndInvoke<CopyObjectResponse>(asyncResult);
        }
AmazonS3Client