NotificationsService.Postpone(IEnumerable<INotificationItem>, TimeSpan) Method
In This Article
Postpones the specified notification items for the given amount of time.
Namespace: DevExpress.ExpressApp.Notifications
Assembly: DevExpress.ExpressApp.Notifications.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Notifications
#Declaration
public virtual void Postpone(
IEnumerable<INotificationItem> itemsToPostpone,
TimeSpan postponeTime
)
#Parameters
Name | Type | Description |
---|---|---|
items |
IEnumerable<INotification |
An IEnumerable<INotification |
postpone |
Time |
A Time |
See Also