Amazon.Route53.AmazonRoute53Client.EndGetHostedZone C# (CSharp) Метод

EndGetHostedZone() публичный Метод

Finishes the asynchronous execution of the GetHostedZone operation.
public EndGetHostedZone ( IAsyncResult asyncResult ) : GetHostedZoneResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHostedZone.
Результат GetHostedZoneResponse
        public  GetHostedZoneResponse EndGetHostedZone(IAsyncResult asyncResult)
        {
            return EndInvoke<GetHostedZoneResponse>(asyncResult);
        }
AmazonRoute53Client