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

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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 of this event provider.

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

A NameValueCollection that specifies configuration settings for this event provider.

This method is not intended to be used directly from your code. It is called by the ASP.NET health-monitoring system.

.NET Framework
Available since 2.0
Return to top
Show: