示例#1
0
    public void CancelCommand()
    {
        CheckClosed();

        _innerConnection.CancelCommand();
    }