Skip to main content
A newer version of this page is available. .

NotificationsModule Class

The XAF module contained in the DevExpress.ExpressApp.Notifications.v18.2.dll assembly.

Namespace: DevExpress.ExpressApp.Notifications

Assembly: DevExpress.ExpressApp.Notifications.v18.2.dll

Declaration

[ToolboxTabName("DX.18.2: XAF Modules")]
public sealed class NotificationsModule :
    ModuleBase,
    INotificationsServiceOwner

Remarks

This module implements the base functionality of the Notifications. There are two platform-specific module classes that should be used together with the NotificationsModule module - NotificationsModuleWeb and NotificationsModuleWin, contained in the DevExpress.ExpressApp.Notifications.Web.v18.2.dll and DevExpress.ExpressApp.Notifications.Win.v18.2.dll assemblies, respectively.

In the NotificationsModule module constructor, the NotificationsService object is created and assigned to the NotificationsModule.NotificationsService property. The NotificationsModule.NotificationsRefreshInterval property specifies the notifications refresh frequency is set to 5 minutes.

Inheritance

See Also