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

Constructors

OnAccountCreatedQueueHandler Default constructor.

See Also