Skip to main content
.NET 6.0+

NotificationsProvider Class

A Notifications Provider that collects notifications from the Event class from the Business Classes Library (both for Entity Framework and XPO).

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v23.2.dll

Declaration

public class NotificationsProvider :
    IDisposable,
    INotificationsProvider,
    IObjectSpacesCache

Remarks

To get a NotificationsProvider instance, use the SchedulerModuleBase.NotificationsProvider property.

You can create a custom provider by implementing the INotificationsProvider interface or inheriting the NotificationsProvider or DefaultNotificationsProvider. To register a provider, use the NotificationsService.RegisterNotificationsProvider method.

Inheritance

Object
NotificationsProvider
See Also