Class CloseFileCommandHandler
[CommandHandler]
public class CloseFileCommandHandler : CommandHandlerBase<CloseFileCommandDefinition>, ICommandHandler<CloseFileCommandDefinition>, ICommandHandler
- Inheritance
-
CloseFileCommandHandler
- Implements
- Inherited Members
Constructors
CloseFileCommandHandler(IShell)
[ImportingConstructor]
public CloseFileCommandHandler(IShell shell)
Parameters
shellIShell
Methods
Run(Command)
Runs the command.
public override Task Run(Command command)
Parameters
commandCommandAssociated command.
Returns
- Task
A task that represents the command execution.
Update(Command)
Updates the command.
public override void Update(Command command)
Parameters
commandCommandCommand to update.