HttpApplication.AddOnUpdateRequestCacheAsync Metodo

Definizione

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

Overload

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)

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

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)

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

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)

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

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

Parametri

beginHandler
BeginEventHandler

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

endHandler
EndEventHandler

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

state
Object

Stato associato da aggiungere all'evento UpdateRequestCache asincrono.

Si applica a

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)

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

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

Parametri

bh
BeginEventHandler

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

eh
EndEventHandler

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

Si applica a