EventLogWebEventProvider.Initialize(String, NameValueCollection) 方法
定义
设置此对象的初始值。Sets the initial values for this object.
public:
override void Initialize(System::String ^ name, System::Collections::Specialized::NameValueCollection ^ config);
public override void Initialize (string name, System.Collections.Specialized.NameValueCollection config);
override this.Initialize : string * System.Collections.Specialized.NameValueCollection -> unit
Public Overrides Sub Initialize (name As String, config As NameValueCollection)
参数
- name
- String
配置文件中用于标识此提供程序的名称。The name used in the configuration file to identify this provider.
- config
- NameValueCollection
一个 NameValueCollection,指定配置文件中为此提供程序分配的特性。A NameValueCollection that specifies the attributes assigned for this provider in the configuration file.
注解
调用此方法以 EventLogWebEventProvider 通过配置文件中指定的配置设置和名称初始化。This method is called to initialize the EventLogWebEventProvider with the configuration settings and name as specified in the configuration file.