Amazon.CloudTrail.AmazonCloudTrailClient.EndRemoveTags C# (CSharp) Метод

EndRemoveTags() публичный Метод

Finishes the asynchronous execution of the RemoveTags operation.
public EndRemoveTags ( IAsyncResult asyncResult ) : RemoveTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveTags.
Результат RemoveTagsResponse
        public  RemoveTagsResponse EndRemoveTags(IAsyncResult asyncResult)
        {
            return EndInvoke<RemoveTagsResponse>(asyncResult);
        }