Enumeration: QueueEventType
Event types raised by IQueue
Enumeration Members
AddItemsRequest
AddItemsRequest: "additemsrequest"
Request event raised when an entity is requesting to add IQueueItems to the queue
Deleted
Deleted: "deleted"
Event raised when the queue has been deleted
DeleteRequested
DeleteRequested: "deleterequested"
Request event raised when an entity has requested to delete the queue
ItemsAdded
ItemsAdded: "itemsadded"
Event raised when IQueueItems have been added to the queue
ItemsDeleted
ItemsDeleted: "itemsdeleted"
Event raised when IQueueItems have been removed from the queue
NameUpdated
NameUpdated: "nameupdated"
Event raised when the queue name is updated
PointerCreated
PointerCreated: "pointercreated"
Event raised when a new IQueuePointer has been created for the queue