Table of Contents

Class ViewExceptionsCommandHandler

Namespace
Loehnert.Lisrt.Messaging.Commands
Assembly
Loehnert.Lisrt.dll

ICommandHandler for opening a Loehnert.Lisrt.Messaging.Exceptions.Views.ExceptionsView.

[CommandHandler]
public class ViewExceptionsCommandHandler : CommandHandlerBase<ViewExceptionsCommandDefinition>, ICommandHandler<ViewExceptionsCommandDefinition>, ICommandHandler
Inheritance
ViewExceptionsCommandHandler
Implements
Inherited Members

Constructors

ViewExceptionsCommandHandler(IShell)

Initializes a new instance of the ViewExceptionsCommandHandler class.

[ImportingConstructor]
public ViewExceptionsCommandHandler(IShell shell)

Parameters

shell IShell

The main shell.

Methods

Run(Command)

Shows the Loehnert.Lisrt.Messaging.Exceptions.ViewModels.ExceptionsViewModel tool.

public override Task Run(Command command)

Parameters

command Command

The executing command.

Returns

Task

Completed when completed.