HttpApplication.AddOnPostAuthenticateRequestAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge l'evento specificato AddOnPostAcquireRequestStateAsync alla raccolta di gestori eventi asincroni PostAuthenticateRequest per la richiesta corrente.
Overload
| Nome | Descrizione |
|---|---|
| AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) |
Aggiunge l'evento specificato PostAuthenticateRequest alla raccolta di gestori eventi asincroni PostAuthenticateRequest per la richiesta corrente. |
| AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) |
Aggiunge l'evento specificato PostAuthorizeRequest alla raccolta di gestori eventi asincroni PostAuthorizeRequest per la richiesta corrente. |
AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)
Aggiunge l'evento specificato PostAuthenticateRequest alla raccolta di gestori eventi asincroni PostAuthenticateRequest per la richiesta corrente.
public:
void AddOnPostAuthenticateRequestAsync(System::Web::BeginEventHandler ^ bh, System::Web::EndEventHandler ^ eh);
public void AddOnPostAuthenticateRequestAsync(System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);
member this.AddOnPostAuthenticateRequestAsync : System.Web.BeginEventHandler * System.Web.EndEventHandler -> unit
Public Sub AddOnPostAuthenticateRequestAsync (bh As BeginEventHandler, eh As EndEventHandler)
Parametri
Oggetto BeginEventHandler che avvia l'elaborazione PostAuthenticateRequestasincrona di .
Oggetto EndEventHandler che termina l'elaborazione PostAuthenticateRequestasincrona di .
Si applica a
AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object)
Aggiunge l'evento specificato PostAuthorizeRequest alla raccolta di gestori eventi asincroni PostAuthorizeRequest per la richiesta corrente.
public:
void AddOnPostAuthenticateRequestAsync(System::Web::BeginEventHandler ^ beginHandler, System::Web::EndEventHandler ^ endHandler, System::Object ^ state);
public void AddOnPostAuthenticateRequestAsync(System.Web.BeginEventHandler beginHandler, System.Web.EndEventHandler endHandler, object state);
member this.AddOnPostAuthenticateRequestAsync : System.Web.BeginEventHandler * System.Web.EndEventHandler * obj -> unit
Public Sub AddOnPostAuthenticateRequestAsync (beginHandler As BeginEventHandler, endHandler As EndEventHandler, state As Object)
Parametri
- beginHandler
- BeginEventHandler
Oggetto BeginEventHandler che avvia l'elaborazione PostAuthorizeRequestasincrona di .
- endHandler
- EndEventHandler
Oggetto EndEventHandler che termina l'elaborazione PostAuthorizeRequestasincrona di .
- state
- Object
Stato associato da aggiungere all'oggetto asincrono PostAuthorizeRequest.