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