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