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

EndGetHostedZoneCount() public méthode

Finishes the asynchronous execution of the GetHostedZoneCount operation.
public EndGetHostedZoneCount ( IAsyncResult asyncResult ) : GetHostedZoneCountResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHostedZoneCount.
Résultat GetHostedZoneCountResponse
        public  GetHostedZoneCountResponse EndGetHostedZoneCount(IAsyncResult asyncResult)
        {
            return EndInvoke<GetHostedZoneCountResponse>(asyncResult);
        }
AmazonRoute53Client