MailWebEventProvider.ProcessEventFlush(WebEventBufferFlushInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all events from the provider's buffer.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
override void ProcessEventFlush(System::Web::Management::WebEventBufferFlushInfo ^ flushInfo);
public override void ProcessEventFlush (System.Web.Management.WebEventBufferFlushInfo flushInfo);
override this.ProcessEventFlush : System.Web.Management.WebEventBufferFlushInfo -> unit
Public Overrides Sub ProcessEventFlush (flushInfo As WebEventBufferFlushInfo)
Parameters
- flushInfo
- WebEventBufferFlushInfo
The WebEventBufferFlushInfo that contains the count of events waiting to send their notification.
Remarks
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.