Amazon.Route53.AmazonRoute53Client.EndChangeTagsForResource C# (CSharp) Метод

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

Finishes the asynchronous execution of the ChangeTagsForResource operation.
public EndChangeTagsForResource ( IAsyncResult asyncResult ) : ChangeTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginChangeTagsForResource.
Результат ChangeTagsForResourceResponse
        public  ChangeTagsForResourceResponse EndChangeTagsForResource(IAsyncResult asyncResult)
        {
            return EndInvoke<ChangeTagsForResourceResponse>(asyncResult);
        }
AmazonRoute53Client