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

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

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