NotificationsProvider.Postpone(IEnumerable<INotificationItem>, TimeSpan) Method
Postpones the specified notification item for the given amount of time.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| notificationItems | IEnumerable<INotificationItem> | An INotificationItem notification item to postpone. |
| postponeTime | TimeSpan | A TimeSpan object that specifies the amount of time to postpone the notification. |
See Also