Amazon.Route53.AmazonRoute53Client.EndAssociateVPCWithHostedZone C# (CSharp) Method

EndAssociateVPCWithHostedZone() public method

Finishes the asynchronous execution of the AssociateVPCWithHostedZone operation.
public EndAssociateVPCWithHostedZone ( IAsyncResult asyncResult ) : AssociateVPCWithHostedZoneResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateVPCWithHostedZone.
return AssociateVPCWithHostedZoneResponse
        public  AssociateVPCWithHostedZoneResponse EndAssociateVPCWithHostedZone(IAsyncResult asyncResult)
        {
            return EndInvoke<AssociateVPCWithHostedZoneResponse>(asyncResult);
        }
AmazonRoute53Client