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.

NotificationsService(XafApplication, DefaultNotificationsProvider) Constructor

OBSOLETE

Use the NotificationsService(DefaultNotificationsProvider defaultNotificationsProvider) constructor instead.

Initializes a new instance of the NotificationsService class.

Namespace: DevExpress.ExpressApp.Notifications

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

Declaration

[Obsolete("Use the NotificationsService(DefaultNotificationsProvider defaultNotificationsProvider) constructor instead.")]
[Browsable(false)]
public NotificationsService(
    XafApplication application,
    DefaultNotificationsProvider defaultNotificationsProvider
)

Parameters

Name Type Description
application XafApplication

An XafApplication object that manages an XAF application.

defaultNotificationsProvider DefaultNotificationsProvider

The DefaultNotificationsProvider object that specifies the Notifications Provider.

See Also