Amazon.EC2.AmazonEC2Client.EndDetachVpnGateway C# (CSharp) Method

EndDetachVpnGateway() public method

Finishes the asynchronous execution of the DetachVpnGateway operation.
public EndDetachVpnGateway ( IAsyncResult asyncResult ) : DetachVpnGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachVpnGateway.
return DetachVpnGatewayResponse
        public  DetachVpnGatewayResponse EndDetachVpnGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<DetachVpnGatewayResponse>(asyncResult);
        }
AmazonEC2Client