HttpApplication.AddOnAuthenticateRequestAsync Metoda

Definice

Přidá zadanou AuthenticateRequest událost do kolekce asynchronních AuthenticateRequest obslužných rutin událostí pro aktuální požadavek.

Přetížení

Name Description
AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)

Přidá zadanou AuthenticateRequest událost do kolekce asynchronních AuthenticateRequest obslužných rutin událostí pro aktuální požadavek.

AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object)

Přidá zadanou AuthenticateRequest událost do kolekce asynchronních AuthenticateRequest obslužných rutin událostí pro aktuální požadavek.

AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)

Přidá zadanou AuthenticateRequest událost do kolekce asynchronních AuthenticateRequest obslužných rutin událostí pro aktuální požadavek.

public:
 void AddOnAuthenticateRequestAsync(System::Web::BeginEventHandler ^ bh, System::Web::EndEventHandler ^ eh);
public void AddOnAuthenticateRequestAsync(System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);
member this.AddOnAuthenticateRequestAsync : System.Web.BeginEventHandler * System.Web.EndEventHandler -> unit
Public Sub AddOnAuthenticateRequestAsync (bh As BeginEventHandler, eh As EndEventHandler)

Parametry

bh
BeginEventHandler

Tím BeginEventHandler se spustí asynchronní zpracování AuthenticateRequest.

eh
EndEventHandler

Končí EndEventHandler asynchronní zpracování AuthenticateRequest.

Platí pro

AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object)

Přidá zadanou AuthenticateRequest událost do kolekce asynchronních AuthenticateRequest obslužných rutin událostí pro aktuální požadavek.

public:
 void AddOnAuthenticateRequestAsync(System::Web::BeginEventHandler ^ beginHandler, System::Web::EndEventHandler ^ endHandler, System::Object ^ state);
public void AddOnAuthenticateRequestAsync(System.Web.BeginEventHandler beginHandler, System.Web.EndEventHandler endHandler, object state);
member this.AddOnAuthenticateRequestAsync : System.Web.BeginEventHandler * System.Web.EndEventHandler * obj -> unit
Public Sub AddOnAuthenticateRequestAsync (beginHandler As BeginEventHandler, endHandler As EndEventHandler, state As Object)

Parametry

beginHandler
BeginEventHandler

Tím BeginEventHandler se spustí asynchronní zpracování AuthenticateRequest.

endHandler
EndEventHandler

Končí EndEventHandler asynchronní zpracování AuthenticateRequest.

state
Object

Přidružený stav, který chcete přidat do asynchronního AuthenticateRequest.

Platí pro