Namespace EPiServer.Events.ChangeNotification.EventQueue

Classes

InDatabaseQueueFactory

InMemoryQueueFactory

QueueStatus

Interfaces

IChangeNotificationQueue

IChangeNotificationQueue describes a backing store for the change notification system.

IChangeNotificationQueue<T>

IChangeNotificationQueue describes a backing store for the change notification system.

IChangeNotificationQueueFactory

Factory interface for creating instances of IChangeNotificationQueue.

IDequeueResult<T>

A result object for calls to IChangeNotificationQueue`1.Dequeue(int).