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