Amazon.StorageGateway.AmazonStorageGatewayClient.EndAddTagsToResource C# (CSharp) Method

EndAddTagsToResource() public method

Finishes the asynchronous execution of the AddTagsToResource operation.
public EndAddTagsToResource ( IAsyncResult asyncResult ) : AddTagsToResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddTagsToResource.
return AddTagsToResourceResponse
        public  AddTagsToResourceResponse EndAddTagsToResource(IAsyncResult asyncResult)
        {
            return EndInvoke<AddTagsToResourceResponse>(asyncResult);
        }
AmazonStorageGatewayClient