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

EndGetHostedZone() public method

Finishes the asynchronous execution of the GetHostedZone operation.
public EndGetHostedZone ( IAsyncResult asyncResult ) : GetHostedZoneResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHostedZone.
return GetHostedZoneResponse
        public  GetHostedZoneResponse EndGetHostedZone(IAsyncResult asyncResult)
        {
            return EndInvoke<GetHostedZoneResponse>(asyncResult);
        }
AmazonRoute53Client