Amazon.Route53.AmazonRoute53Client.EndChangeTagsForResource C# (CSharp) Méthode

EndChangeTagsForResource() public méthode

Finishes the asynchronous execution of the ChangeTagsForResource operation.
public EndChangeTagsForResource ( IAsyncResult asyncResult ) : ChangeTagsForResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginChangeTagsForResource.
Résultat ChangeTagsForResourceResponse
        public  ChangeTagsForResourceResponse EndChangeTagsForResource(IAsyncResult asyncResult)
        {
            return EndInvoke<ChangeTagsForResourceResponse>(asyncResult);
        }
AmazonRoute53Client