Class ClearCommunicationLogCommandHandler
ICommandHandler for clearing a Loehnert.Lisrt.Messaging.Communication.ViewModels.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
shellIShellThe main shell.
Methods
Run(Command)
Shows the Loehnert.Lisrt.Messaging.Communication.ViewModels.CommunicationLogToolViewModel tool.
public override Task Run(Command command)
  Parameters
commandCommandThe executing command.