BufferedWebEventProvider Constructor ()

 

Initializes a new instance of the BufferedWebEventProvider class.

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

protected:
BufferedWebEventProvider()

This constructor is used internally by the ASP.NET health-monitoring system. You will never use it to instantiate a TraceWebEventProvider object, but you can call this constructor when implementing your own provider type that inherits from this class.

The following code example shows how to use this constructor in a custom event provider.

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

.NET Framework
Available since 2.0
Return to top
Show: