HttpApplication.AddOnUpdateRequestCacheAsync Metodo

Definizione

Aggiunge l'evento specificato UpdateRequestCache alla raccolta di gestori eventi asincroni UpdateRequestCache per la richiesta corrente.

Overload

Nome Descrizione
AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)

Aggiunge l'evento specificato UpdateRequestCache alla raccolta di gestori eventi asincroni UpdateRequestCache per la richiesta corrente.

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)

Aggiunge l'evento specificato UpdateRequestCache alla raccolta di gestori eventi asincroni UpdateRequestCache per la richiesta corrente.

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)

Aggiunge l'evento specificato UpdateRequestCache alla raccolta di gestori eventi asincroni UpdateRequestCache per la 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 UpdateRequestCacheasincrona di .

endHandler
EndEventHandler

Oggetto EndEventHandler che termina l'elaborazione UpdateRequestCacheasincrona di .

state
Object

Stato associato da aggiungere all'oggetto asincrono UpdateRequestCache.

Si applica a

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)

Aggiunge l'evento specificato UpdateRequestCache alla raccolta di gestori eventi asincroni UpdateRequestCache per la 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 UpdateRequestCacheasincrona di .

eh
EndEventHandler

Oggetto EndEventHandler che termina l'elaborazione UpdateRequestCacheasincrona di .

Si applica a