Amazon.S3.AmazonS3Client.EndCopyPart C# (CSharp) 메소드

EndCopyPart() 공개 메소드

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.
리턴 Amazon.S3.Model.CopyPartResponse
        public  CopyPartResponse EndCopyPart(IAsyncResult asyncResult)
        {
            return EndInvoke<CopyPartResponse>(asyncResult);
        }
AmazonS3Client