Table of Contents

Class CommandRouterResult

Namespace
OneImlx.Terminal.Commands.Routers
Assembly
OneImlx.Terminal.dll

The command router context.

public sealed class CommandRouterResult
Inheritance
CommandRouterResult
Inherited Members

Constructors

CommandRouterResult(CommandHandlerResult, CommandRoute)

Initialize a new instance.

public CommandRouterResult(CommandHandlerResult handlerResult, CommandRoute route)

Parameters

handlerResult CommandHandlerResult

The handler result.

route CommandRoute

The command route.

Properties

HandlerResult

The command handler result.

public CommandHandlerResult HandlerResult { get; }

Property Value

CommandHandlerResult

Route

The command route.

public CommandRoute Route { get; }

Property Value

CommandRoute