Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.EndRemoveTags C# (CSharp) Method

EndRemoveTags() public method

Finishes the asynchronous execution of the RemoveTags operation.
public EndRemoveTags ( IAsyncResult asyncResult ) : RemoveTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveTags.
return Amazon.ElasticMapReduce.Model.RemoveTagsResponse
        public  RemoveTagsResponse EndRemoveTags(IAsyncResult asyncResult)
        {
            return EndInvoke<RemoveTagsResponse>(asyncResult);
        }
AmazonElasticMapReduceClient