WmiWebEventProvider::Initialize Method (String^, NameValueCollection^)
.NET Framework (current version)
Sets the initial values for this object.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name used in the configuration file to identify this provider.
- config
-
Type:
System.Collections.Specialized::NameValueCollection^
A NameValueCollection object that specifies the attributes assigned for this provider in the configuration file.
ASP.NET calls the Initialize method after calling the WmiWebEventProvider constructor. This method is called to initialize the WmiWebEventProvider class with the configuration settings and name specified in the configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: