SqlWebEventProvider.ProcessEventFlush(WebEventBufferFlushInfo) 方法
定义
从提供程序的缓冲区中移除所有事件。Removes all events from the provider's buffer.
public:
override void ProcessEventFlush(System::Web::Management::WebEventBufferFlushInfo ^ flushInfo);
public override void ProcessEventFlush (System.Web.Management.WebEventBufferFlushInfo flushInfo);
override this.ProcessEventFlush : System.Web.Management.WebEventBufferFlushInfo -> unit
Public Overrides Sub ProcessEventFlush (flushInfo As WebEventBufferFlushInfo)
参数
- flushInfo
- WebEventBufferFlushInfo
包含要刷新的缓冲区信息的 WebEventBufferFlushInfo 对象。The WebEventBufferFlushInfo object that contains the buffer information to be flushed.
注解
此方法不能直接在代码中使用。This method is not intended to be used directly from your code. 它由 ASP.NET health 监视系统调用。It is called by the ASP.NET health-monitoring system.