Method WriteCommandExecuting
| Improve this Doc View SourceWriteCommandExecuting(TCommand, AddonInvoker)
Writes logging message for command executing.
Declaration
protected virtual void WriteCommandExecuting(TCommand command, AddonInvoker invoker)
Parameters
Type | Name | Description |
---|---|---|
TCommand | command | The command. |
AddonInvoker | invoker | The invoker. |