EventNotificationType Enumeration
.NET Framework (current version)
Specifies the type of event notification.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| Flush | The notification of an event is triggered by a requested flush. | |
| Regular | The notification of an event is triggered on a regularly scheduled interval. | |
| Unbuffered | Every event is treated as if a flush has occurred. | |
| Urgent | Notification triggered by exceeding the urgent event threshold. |
The EventNotificationType enumeration provides four notification types that specify how the notification should take place. The four notification types are as follows:
Flush
Regular
Unbuffered
Urgent
.NET Framework
Available since 2.0
Available since 2.0
Show: