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

EndAttachVpnGateway() public method

Finishes the asynchronous execution of the AttachVpnGateway operation.
public EndAttachVpnGateway ( IAsyncResult asyncResult ) : AttachVpnGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachVpnGateway.
return AttachVpnGatewayResponse
        public  AttachVpnGatewayResponse EndAttachVpnGateway(IAsyncResult asyncResult)
        {
            return EndInvoke<AttachVpnGatewayResponse>(asyncResult);
        }
AmazonEC2Client