Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

INotificationsProvider.GetPostponedNotificationsCount() Method

Returns the number of postponed notifications.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v19.2.dll

Declaration

int GetPostponedNotificationsCount()

Returns

Type Description
Int32

An integer value which is the number of postponed notifications.

See Also