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

EndCopyPart() public method

Finishes the asynchronous execution of the CopyPart operation.
public EndCopyPart ( IAsyncResult asyncResult ) : Amazon.S3.Model.CopyPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyPart.
return Amazon.S3.Model.CopyPartResponse
        public  CopyPartResponse EndCopyPart(IAsyncResult asyncResult)
        {
            return EndInvoke<CopyPartResponse>(asyncResult);
        }
AmazonS3Client