Ejemplo n.º 1
0
    public void CancelCommand()
    {
        CheckClosed();

        _innerConnection.CancelCommand();
    }