Leggere in inglese

Condividi tramite


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, object state);

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);

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