Amazon.S3.AmazonS3Client.EndPutObject C# (CSharp) Méthode

EndPutObject() public méthode

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