MailEventNotificationInfo::EventsDiscardedByBuffer Property

 

Gets the number of events discarded by the buffer since the last notification.

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

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

Property Value

Type: System::Int32

The number of events discarded by the buffer since the last notification.

Events are discarded if the buffer has overloaded since the last notification.

.NET Framework
Available since 2.0
Return to top
Show: