Amazon.DirectConnect.AmazonDirectConnectClient.EndUntagResource C# (CSharp) Method

EndUntagResource() public method

Finishes the asynchronous execution of the UntagResource operation.
public EndUntagResource ( IAsyncResult asyncResult ) : UntagResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUntagResource.
return UntagResourceResponse
        public  UntagResourceResponse EndUntagResource(IAsyncResult asyncResult)
        {
            return EndInvoke<UntagResourceResponse>(asyncResult);
        }
AmazonDirectConnectClient