Class CommandRouterResult
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
CommandHandlerResultThe handler result.
route
CommandRouteThe command route.
Properties
HandlerResult
The command handler result.
public CommandHandlerResult HandlerResult { get; }
Property Value
Route
The command route.
public CommandRoute Route { get; }