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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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.