QueueHandlerBaseTIsInputValid Method
Returns if the input is valid and can be processed.
Namespace: MobileTrack.EventHandler.QueueHandlersAssembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
protected abstract Task<bool> IsInputValid(
T parameters,
CancellationToken stoppingToken = default
)
- parameters T
- Input to validate
- stoppingToken CancellationToken (Optional)
- Cancellation token
TaskBooleanTask completion, with either
or
if the input can be processed.