Share via


SqlWebEventProvider.EventProcessingComplete(WebBaseEventCollection) 方法

定义

在事件处理完成时调用。

protected:
 virtual void EventProcessingComplete(System::Web::Management::WebBaseEventCollection ^ raisedEvents);
protected virtual void EventProcessingComplete (System.Web.Management.WebBaseEventCollection raisedEvents);
abstract member EventProcessingComplete : System.Web.Management.WebBaseEventCollection -> unit
override this.EventProcessingComplete : System.Web.Management.WebBaseEventCollection -> unit
Protected Overridable Sub EventProcessingComplete (raisedEvents As WebBaseEventCollection)

参数

raisedEvents
WebBaseEventCollection

引发的事件的 WebBaseEventCollection 对象。

注解

此方法不能直接在代码中使用。 它由 ASP.NET 运行状况监视系统调用。

适用于

另请参阅