Table of Contents

Class ViewCommunicationLogCommandHandler

Namespace
Loehnert.Lisrt.Messaging.Commands
Assembly
Loehnert.Lisrt.dll
[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 IShell

The main shell.

Methods

Run(Command)

public override Task Run(Command command)

Parameters

command Command

The executing command.

Returns

Task

Completed when completed.