Class ExitCommandHandler
[CommandHandler]
public class ExitCommandHandler : CommandHandlerBase<ExitCommandDefinition>, ICommandHandler<ExitCommandDefinition>, ICommandHandler
- Inheritance
-
ExitCommandHandler
- Implements
- Inherited Members
Constructors
ExitCommandHandler(IShell)
[ImportingConstructor]
public ExitCommandHandler(IShell shell)
Parameters
shell
IShell
Methods
Run(Command)
Runs the command.
public override Task Run(Command command)
Parameters
command
CommandAssociated command.
Returns
- Task
A task that represents the command execution.