expressappframework-devexpress-dot-expressapp-dot-notifications-29908bb5.md
The XAF module contained in the DevExpress.ExpressApp.Notifications.v25.2.dll assembly.
Namespace : DevExpress.ExpressApp.Notifications
Assembly : DevExpress.ExpressApp.Notifications.v25.2.dll
NuGet Package : DevExpress.ExpressApp.Notifications
public sealed class NotificationsModule :
ModuleBase,
INotificationsServiceOwner
Public NotInheritable Class NotificationsModule
Inherits ModuleBase
Implements INotificationsServiceOwner
This module implements the base Notifications functionality. There are three platform-specific module classes that should be used with NotificationsModule:
NotificationsBlazorModule shipped with DevExpress.ExpressApp.Notifications.Blazor.v25.2.dllNotificationsWindowsFormsModule shipped with DevExpress.ExpressApp.Notifications.Win.v25.2.dllNotificationsAspNetModule shipped with DevExpress.ExpressApp.Notifications.Web.v25.2.dllThe NotificationsModule module constructor creates a NotificationsService object and assigns it to the NotificationsModule.NotificationsService property. The NotificationsModule.NotificationsRefreshInterval property sets the notifications refresh frequency (the default value is 5 minutes).
Object MarshalByRefObject Component ModuleBase NotificationsModule
See Also
How to: Use Notifications with the Scheduler Event
How to: Use Notifications with a Custom Business Class (Implement ISupportNotifications)