QueueHandlerBaseTIsInputValid Method

Returns if the input is valid and can be processed.

Definition

Namespace: MobileTrack.EventHandler.QueueHandlers
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected abstract Task<bool> IsInputValid(
	T parameters,
	CancellationToken stoppingToken = default
)

Parameters

parameters  T
Input to validate
stoppingToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskBoolean
Task completion, with either or if the input can be processed.

See Also