Class ViewCommunicationLogCommandHandler
ICommandHandler for opening a CommunicationLogToolView.
[CommandHandler]
public class ViewCommunicationLogCommandHandler : CommandHandlerBase<ViewCommunicationLogCommandDefinition>, ICommandHandler<ViewCommunicationLogCommandDefinition>, ICommandHandler
- Inheritance
-
ViewCommunicationLogCommandHandler
- Implements
- Inherited Members
Constructors
ViewCommunicationLogCommandHandler(IShell)
Initializes a new instance of the ViewCommunicationLogCommandHandler class.
[ImportingConstructor]
public ViewCommunicationLogCommandHandler(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.