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

EndListHostedZonesByName() public méthode

Finishes the asynchronous execution of the ListHostedZonesByName operation.
public EndListHostedZonesByName ( IAsyncResult asyncResult ) : ListHostedZonesByNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListHostedZonesByName.
Résultat ListHostedZonesByNameResponse
        public  ListHostedZonesByNameResponse EndListHostedZonesByName(IAsyncResult asyncResult)
        {
            return EndInvoke<ListHostedZonesByNameResponse>(asyncResult);
        }
AmazonRoute53Client