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

EndDeleteObjectTagging() public method

Finishes the asynchronous execution of the DeleteObjectTagging operation.
public EndDeleteObjectTagging ( IAsyncResult asyncResult ) : DeleteObjectTaggingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteObjectTagging.
return Amazon.S3.Model.DeleteObjectTaggingResponse
        public  DeleteObjectTaggingResponse EndDeleteObjectTagging(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteObjectTaggingResponse>(asyncResult);
        }
AmazonS3Client