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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Notifications
Declaration
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