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

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

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