NotificationsModule Class
The XAF module contained in the DevExpress.ExpressApp.Notifications.v24.1.dll assembly.
Namespace: DevExpress.ExpressApp.Notifications
Assembly: DevExpress.ExpressApp.Notifications.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Notifications
Declaration
Remarks
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.v24.1.dllNotificationsWindowsFormsModule
shipped with DevExpress.ExpressApp.Notifications.Win.v24.1.dllNotificationsAspNetModule
shipped with DevExpress.ExpressApp.Notifications.Web.v24.1.dll
The 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).
Inheritance
Object
MarshalByRefObject
Component
ModuleBase
NotificationsModule
See Also