Class CommandHandlerContext
The command handler context.
public sealed class CommandHandlerContext
- Inheritance
-
CommandHandlerContext
- Inherited Members
Constructors
CommandHandlerContext(CommandRouterContext, ParsedCommand, License)
Initialize a new instance.
public CommandHandlerContext(CommandRouterContext routerContext, ParsedCommand parsedCommand, License license)
Parameters
routerContext
CommandRouterContextThe command router context.
parsedCommand
ParsedCommandThe parsed command.
license
LicenseThe extracted license.
Exceptions
Properties
License
The extracted licenses.
public License License { get; }
Property Value
ParsedCommand
The parsed command to handle.
public ParsedCommand ParsedCommand { get; }
Property Value
RouterContext
The command router context.
public CommandRouterContext RouterContext { get; }