Amazon.EC2.AmazonEC2Client.EndDetachVpnGateway C# (CSharp) Метод

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

Finishes the asynchronous execution of the DetachVpnGateway operation.
public EndDetachVpnGateway ( IAsyncResult asyncResult ) : DetachVpnGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachVpnGateway.
Результат DetachVpnGatewayResponse
        public  DetachVpnGatewayResponse EndDetachVpnGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<DetachVpnGatewayResponse>(asyncResult);
        }
AmazonEC2Client