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

EndPutObject() 공개 메소드

Finishes the asynchronous execution of the PutObject operation.
public EndPutObject ( IAsyncResult asyncResult ) : PutObjectResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutObject.
리턴 Amazon.S3.Model.PutObjectResponse
        public  PutObjectResponse EndPutObject(IAsyncResult asyncResult)
        {
            return EndInvoke<PutObjectResponse>(asyncResult);
        }
AmazonS3Client