SimpleMailWebEventProvider.Initialize(String, NameValueCollection) Método

Definição

Define os valores iniciais para esse objeto.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)

Parâmetros

name
String

O nome deste provedor de eventos.The name of this event provider.

config
NameValueCollection

Um NameValueCollection que especifica as configurações para esse provedor de eventos.A NameValueCollection that specifies configuration settings for this event provider.

Comentários

Esse método não se destina a ser usado diretamente do seu código.This method is not intended to be used directly from your code. Ele é chamado pelo sistema de monitoramento de integridade do ASP.NET.It is called by the ASP.NET health-monitoring system.

Aplica-se a