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

EndCreateHostedZone() public méthode

Finishes the asynchronous execution of the CreateHostedZone operation.
public EndCreateHostedZone ( IAsyncResult asyncResult ) : CreateHostedZoneResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateHostedZone.
Résultat CreateHostedZoneResponse
        public  CreateHostedZoneResponse EndCreateHostedZone(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateHostedZoneResponse>(asyncResult);
        }
AmazonRoute53Client