SqlWebEventProvider.EventProcessingComplete(WebBaseEventCollection) 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在事件处理完成时调用。
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 运行状况监视系统调用。