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