HttpApplication.AddOnUpdateRequestCacheAsync 方法

定义

将指定的 UpdateRequestCache 事件添加到当前请求的异步 UpdateRequestCache 事件处理程序的集合。

重载

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)

将指定的 UpdateRequestCache 事件添加到当前请求的异步 UpdateRequestCache 事件处理程序的集合。

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)

将指定的 UpdateRequestCache 事件添加到当前请求的异步 UpdateRequestCache 事件处理程序的集合。

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)

将指定的 UpdateRequestCache 事件添加到当前请求的异步 UpdateRequestCache 事件处理程序的集合。

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)

参数

beginHandler
BeginEventHandler

启动 BeginEventHandler 的异步处理的 UpdateRequestCache

endHandler
EndEventHandler

结束 EndEventHandler 的异步处理的 UpdateRequestCache

state
Object

要添加到异步 UpdateRequestCache 的关联状态。

适用于

AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)

将指定的 UpdateRequestCache 事件添加到当前请求的异步 UpdateRequestCache 事件处理程序的集合。

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)

参数

bh
BeginEventHandler

启动 BeginEventHandler 的异步处理的 UpdateRequestCache

eh
EndEventHandler

结束 EndEventHandler 的异步处理的 UpdateRequestCache

适用于