Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v20.1.dll

Declaration

public class NotificationsProvider :
    IDisposable,
    INotificationsProvider

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