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

EndCreateVpnConnection() public method

Finishes the asynchronous execution of the CreateVpnConnection operation.
public EndCreateVpnConnection ( IAsyncResult asyncResult ) : CreateVpnConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpnConnection.
return CreateVpnConnectionResponse
        public  CreateVpnConnectionResponse EndCreateVpnConnection(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateVpnConnectionResponse>(asyncResult);
        }
AmazonEC2Client