Table of Contents

Interface ICommandRouter

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

An abstraction of a command router.

public interface ICommandRouter

Methods

RouteCommandAsync(CommandContext)

Routes the request asynchronously.

Task<CommandResult> RouteCommandAsync(CommandContext context)

Parameters

context CommandContext

The router context.

Returns

Task<CommandResult>

The router result.