BufferedWebEventProvider::Initialize Method (String^, NameValueCollection^)

 

Sets the initial values for this object.

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

public:
virtual void Initialize(
	String^ name,
	NameValueCollection^ config
) override

Parameters

name
Type: System::String^

The name used in the configuration file to identify this provider.

config
Type: System.Collections.Specialized::NameValueCollection^

A NameValueCollection that specifies the attributes assigned for this provider in the configuration file.

ASP.NET calls the Initialize method after calling the BufferedWebEventProvider constructor. This method is called to initialize the BufferedWebEventProvider with the configuration settings and name specified in the configuration file.

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

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

.NET Framework
Available since 2.0
Return to top
Show: