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

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

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