HttpApplication.AddOnUpdateRequestCacheAsync 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 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
Oggetto BeginEventHandler che avvia l'elaborazione UpdateRequestCacheasincrona di .
Oggetto EndEventHandler che termina l'elaborazione UpdateRequestCacheasincrona di .