QueueHandlerBaseTDefaultBehavior Method

Behavior that must always be executed for this particular queue handler.

Definition

Namespace: MobileTrack.EventHandler.QueueHandlers
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
protected virtual Task DefaultBehavior(
	T input,
	CompanyDto currentCompany,
	CancellationToken cancellationToken
)

Parameters

input  T
Model provided by the sender
currentCompany  CompanyDto
Company the queue is running for
cancellationToken  CancellationToken
Cancellation token

Return Value

Task
Task completion

See Also