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