Interface IOptionChecker
An abstraction to check an Option.
public interface IOptionChecker
Methods
CheckOptionAsync(OptionCheckerContext)
Checks Option asynchronously.
Task<OptionCheckerResult> CheckOptionAsync(OptionCheckerContext context)
Parameters
context
OptionCheckerContextThe option check context.
Returns
- Task<OptionCheckerResult>
The OptionCheckerResult instance.