MailEventNotificationInfo::EventsInNotification Property

 

Gets the number of events being processed for the current notification.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property int EventsInNotification {
	int get();
}

Property Value

Type: System::Int32

The number of events being processed for the current notification.

This count only includes events for the current notification and does not include events dropped by the buffer or excluded because of the message limit.

.NET Framework
Available since 2.0
Return to top
Show: