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

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

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