IisTraceWebEventProvider.Initialize(String, NameValueCollection) Method

Definition

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.

Applies to