Skip to main content
.NET 6.0+

DefaultNotificationsProvider.Postpone(IEnumerable<INotificationItem>, TimeSpan) Method

Postpones the specified notification item for the given amount of time.

Namespace: DevExpress.ExpressApp.Notifications

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

Declaration

public void Postpone(
    IEnumerable<INotificationItem> notificationItems,
    TimeSpan postponeTime
)

Parameters

Name Type Description
notificationItems IEnumerable<INotificationItem>

A collection of INotificationItem notification items to postpone.

postponeTime TimeSpan

A TimeSpan object that specifies the amount of time to postpone the notification.

See Also