MailWebEventProvider.ProcessEventFlush Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Removes all events from the provider's buffer.
Namespace: System.Web.ManagementAssembly: System.Web (in system.web.dll)
public void ProcessEventFlush ( WebEventBufferFlushInfo flushInfo )
public override function ProcessEventFlush ( flushInfo : WebEventBufferFlushInfo )
Not applicable.
Parameters
- flushInfo
The WebEventBufferFlushInfo that contains the count of events waiting to send their notification.
This method is called by the health-monitoring system when an event buffer flush is required.
When the event buffer is flushed, a notification occurs and the entire event buffer is sent to the recipients in as few messages as possible, regardless of the length of time elapsed since the last notification.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: