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

EndPutObject() public method

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