HttpApplication.AddOnAcquireRequestStateAsync Metodo

Definizione

Consente di aggiungere l'evento AcquireRequestState specificato all'insieme di gestori eventi AcquireRequestState asincroni relativo alla richiesta corrente.

Overload

AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler)

Consente di aggiungere l'evento AcquireRequestState specificato all'insieme di gestori eventi AcquireRequestState asincroni relativo alla richiesta corrente.

AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object)

Consente di aggiungere l'evento AcquireRequestState specificato all'insieme di gestori eventi AcquireRequestState asincroni relativo alla richiesta corrente.

AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler)

Consente di aggiungere l'evento AcquireRequestState specificato all'insieme di gestori eventi AcquireRequestState asincroni relativo alla richiesta corrente.

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

Parametri

bh
BeginEventHandler

Oggetto BeginEventHandler che avvia l'elaborazione asincrona dell'evento AcquireRequestState.

eh
EndEventHandler

Oggetto EndEventHandler che termina l'elaborazione asincrona dell'evento AcquireRequestState.

Si applica a

AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object)

Consente di aggiungere l'evento AcquireRequestState specificato all'insieme di gestori eventi AcquireRequestState asincroni relativo alla richiesta corrente.

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

Parametri

beginHandler
BeginEventHandler

Oggetto BeginEventHandler che avvia l'elaborazione asincrona dell'evento AcquireRequestState.

endHandler
EndEventHandler

Oggetto EndEventHandler che termina l'elaborazione asincrona dell'evento AcquireRequestState.

state
Object

Stato associato da aggiungere all'evento AcquireRequestState asincrono.

Si applica a