HttpApplication.AddOnPostUpdateRequestCacheAsync 方法
定义
将指定的 PostUpdateRequestCache 事件添加到当前请求的异步 PostUpdateRequestCache 事件处理程序的集合。Adds the specified PostUpdateRequestCache event to the collection of asynchronous PostUpdateRequestCache event handlers for the current request.
重载
| AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler) |
将指定的 PostUpdateRequestCache 事件添加到当前请求的异步 PostUpdateRequestCache 事件处理程序的集合。Adds the specified PostUpdateRequestCache event to the collection of asynchronous PostUpdateRequestCache event handlers for the current request. |
| AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) |
将指定的 PostUpdateRequestCache 事件添加到当前请求的异步 PostUpdateRequestCache 事件处理程序的集合。Adds the specified PostUpdateRequestCache event to the collection of asynchronous PostUpdateRequestCache event handlers for the current request. |
AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)
将指定的 PostUpdateRequestCache 事件添加到当前请求的异步 PostUpdateRequestCache 事件处理程序的集合。Adds the specified PostUpdateRequestCache event to the collection of asynchronous PostUpdateRequestCache event handlers for the current request.
public:
void AddOnPostUpdateRequestCacheAsync(System::Web::BeginEventHandler ^ bh, System::Web::EndEventHandler ^ eh);
public void AddOnPostUpdateRequestCacheAsync (System.Web.BeginEventHandler bh, System.Web.EndEventHandler eh);
member this.AddOnPostUpdateRequestCacheAsync : System.Web.BeginEventHandler * System.Web.EndEventHandler -> unit
Public Sub AddOnPostUpdateRequestCacheAsync (bh As BeginEventHandler, eh As EndEventHandler)
参数
启动 BeginEventHandler 的异步处理的 PostUpdateRequestCache。The BeginEventHandler that starts asynchronous processing of the PostUpdateRequestCache.
结束 EndEventHandler 的异步处理的 PostUpdateRequestCache。The EndEventHandler that ends asynchronous processing of the PostUpdateRequestCache.
适用于
AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 PostUpdateRequestCache 事件添加到当前请求的异步 PostUpdateRequestCache 事件处理程序的集合。Adds the specified PostUpdateRequestCache event to the collection of asynchronous PostUpdateRequestCache event handlers for the current request.
public:
void AddOnPostUpdateRequestCacheAsync(System::Web::BeginEventHandler ^ beginHandler, System::Web::EndEventHandler ^ endHandler, System::Object ^ state);
public void AddOnPostUpdateRequestCacheAsync (System.Web.BeginEventHandler beginHandler, System.Web.EndEventHandler endHandler, object state);
member this.AddOnPostUpdateRequestCacheAsync : System.Web.BeginEventHandler * System.Web.EndEventHandler * obj -> unit
Public Sub AddOnPostUpdateRequestCacheAsync (beginHandler As BeginEventHandler, endHandler As EndEventHandler, state As Object)
参数
- beginHandler
- BeginEventHandler
BeginEventHandler 用于开始事件的异步处理。The BeginEventHandler that starts asynchronous processing of the event.
- endHandler
- EndEventHandler
结束 EndEventHandler 的异步处理的 PostUpdateRequestCache。The EndEventHandler that ends asynchronous processing of the PostUpdateRequestCache.
- state
- Object
要添加到异步 PostUpdateRequestCache 的关联状态。The associated state to add to the asynchronous PostUpdateRequestCache.