Amazon.EC2.AmazonEC2Client.EndDetachVpnGateway C# (CSharp) Méthode

EndDetachVpnGateway() public méthode

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