QueueHandlerBaseTDefaultBehavior Method
Behavior that must always be executed for this particular queue handler.
Namespace: MobileTrack.EventHandler.QueueHandlersAssembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
protected virtual Task DefaultBehavior(
T input,
CompanyDto currentCompany,
CancellationToken cancellationToken
)
- input T
- Model provided by the sender
- currentCompany CompanyDto
- Company the queue is running for
- cancellationToken CancellationToken
- Cancellation token
TaskTask completion