Class ClearCommunicationLogCommandHandler
ICommandHandler for clearing a CommunicationLogToolViewModel.
[CommandHandler]
public class ClearCommunicationLogCommandHandler : CommandHandlerBase<ClearCommunicationLogCommandDefinition>, ICommandHandler<ClearCommunicationLogCommandDefinition>, ICommandHandler
- Inheritance
-
ClearCommunicationLogCommandHandler
- Implements
- Inherited Members
Constructors
ClearCommunicationLogCommandHandler(IShell)
Initializes a new instance of the ClearCommunicationLogCommandHandler class.
[ImportingConstructor]
public ClearCommunicationLogCommandHandler(IShell shell)
Parameters
shell
IShellThe main shell.
Methods
Run(Command)
Shows the CommunicationLogToolViewModel tool.
public override Task Run(Command command)
Parameters
command
CommandThe executing command.