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

EndDisassociateVPCFromHostedZone() public method

Finishes the asynchronous execution of the DisassociateVPCFromHostedZone operation.
public EndDisassociateVPCFromHostedZone ( IAsyncResult asyncResult ) : DisassociateVPCFromHostedZoneResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateVPCFromHostedZone.
return DisassociateVPCFromHostedZoneResponse
        public  DisassociateVPCFromHostedZoneResponse EndDisassociateVPCFromHostedZone(IAsyncResult asyncResult)
        {
            return EndInvoke<DisassociateVPCFromHostedZoneResponse>(asyncResult);
        }
AmazonRoute53Client