Show / Hide Table of Contents

Method WriteCommandExecuted

| Improve this Doc View Source

WriteCommandExecuted<TResult>(TCommand, TResult, AddonInvoker)

Writes logging message for command executed.

Declaration
protected virtual void WriteCommandExecuted<TResult>(TCommand command, TResult result, AddonInvoker invoker)
Parameters
Type Name Description
TCommand command

The command.

TResult result

The command result.

AddonInvoker invoker

The invoker.

Type Parameters
Name Description
TResult

Type of the command result.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest