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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
internal sealed class OnAccountCreatedQueueHandler : QueueHandlerBase<OnAccountCreatedModel>
Inheritance
Object    BackgroundService    QueueHandlerBaseOnAccountCreatedModel    OnAccountCreatedQueueHandler

Constructors

OnAccountCreatedQueueHandler Default constructor.

See Also