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

EndPutBucketTagging() public méthode

Finishes the asynchronous execution of the PutBucketTagging operation.
public EndPutBucketTagging ( IAsyncResult asyncResult ) : PutBucketTaggingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutBucketTagging.
Résultat PutBucketTaggingResponse
        public  PutBucketTaggingResponse EndPutBucketTagging(IAsyncResult asyncResult)
        {
            return EndInvoke<PutBucketTaggingResponse>(asyncResult);
        }
AmazonS3Client