Interface ICommandChecker
An abstraction to check a Command.
public interface ICommandChecker
Methods
CheckCommandAsync(CommandContext)
Checks Command asynchronously.
Task<CommandCheckerResult> CheckCommandAsync(CommandContext context)
Parameters
context
CommandContextThe command check context.
Returns
- Task<CommandCheckerResult>
The CommandCheckerResult instance.