OnAccountCreatedQueueHandler Class

Topic for when a new AccountDto has been created.

Definition

Namespace: MobileTrack.EventHandler.QueueHandlers
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal sealed class OnAccountCreatedQueueHandler : QueueHandlerBase<OnAccountCreatedModel>
Inheritance
Object    BackgroundService    QueueHandlerBaseOnAccountCreatedModel    OnAccountCreatedQueueHandler

Constructors

OnAccountCreatedQueueHandler Default constructor.

See Also