Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebEventProvider::Flush Method ()

 

Moves the events from the provider's buffer into the event log.

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

public:
virtual void Flush() abstract

When this method is called, all the events in the buffer are immediately moved from the buffer to the event log, regardless of how much time has elapsed since last write or how many events are in the buffer. The time of the last write is reset to the time of the flushing action.

The following code example shows how to use the Flush method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: