Table of Contents

Interface ICommandRouter

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

An abstraction of a command router.

public interface ICommandRouter

Methods

RouteCommandAsync(CommandRouterContext)

Routes the request asynchronously.

Task<CommandRouterResult> RouteCommandAsync(CommandRouterContext context)

Parameters

context CommandRouterContext

The router context.

Returns

Task<CommandRouterResult>

The router result.