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.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

NotificationsModule Class

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

Namespace: DevExpress.ExpressApp.Notifications

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

NuGet Package: DevExpress.ExpressApp.Notifications

Declaration

[ToolboxTabName("DX.20.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.v20.2.dll and DevExpress.ExpressApp.Notifications.Win.v20.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