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

EndListHostedZones() public method

Finishes the asynchronous execution of the ListHostedZones operation.
public EndListHostedZones ( IAsyncResult asyncResult ) : ListHostedZonesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListHostedZones.
return ListHostedZonesResponse
        public  ListHostedZonesResponse EndListHostedZones(IAsyncResult asyncResult)
        {
            return EndInvoke<ListHostedZonesResponse>(asyncResult);
        }
AmazonRoute53Client