Amazon.CloudFront.AmazonCloudFrontClient.EndUntagResource C# (CSharp) Метод

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

Finishes the asynchronous execution of the UntagResource operation.
public EndUntagResource ( IAsyncResult asyncResult ) : UntagResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUntagResource.
Результат UntagResourceResponse
        public  UntagResourceResponse EndUntagResource(IAsyncResult asyncResult)
        {
            return EndInvoke<UntagResourceResponse>(asyncResult);
        }
AmazonCloudFrontClient