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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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