Amazon.Route53.AmazonRoute53Client.EndListReusableDelegationSets C# (CSharp) Method

EndListReusableDelegationSets() public method

Finishes the asynchronous execution of the ListReusableDelegationSets operation.
public EndListReusableDelegationSets ( IAsyncResult asyncResult ) : ListReusableDelegationSetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListReusableDelegationSets.
return ListReusableDelegationSetsResponse
        public  ListReusableDelegationSetsResponse EndListReusableDelegationSets(IAsyncResult asyncResult)
        {
            return EndInvoke<ListReusableDelegationSetsResponse>(asyncResult);
        }
AmazonRoute53Client