IisTraceWebEventProvider.Initialize(String, NameValueCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the IisTraceWebEventProvider with the data that is necessary to process events.
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)
Parameters
- name
- String
The name of the provider as specified in the configuration system.
- config
- NameValueCollection
A collection that contains the initialization values that are specified in the configuration system.
Remarks
Initialize is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.