共用方式為


IGlobalStopListeningProvider 介面

提供通知的介面,指出背景工作進程是否正在關閉,並且會停止接聽新的要求。

Syntax

class IGlobalStopListeningProvider : public IHttpEventProvider  

方法

下表列出 介面所 IGlobalStopListeningProvider 公開的方法。

名稱 描述
DrainRequestsGracefully 指出 IIS 是否會正常關閉任何目前擱置中的要求。
SetErrorStatus (繼承自 IHttpEventProvider.)

衍生類別

這個介面不包含衍生類別。

備註

當模組在模組匯出的RegisterModule函式中註冊GL_STOP_LISTENING通知時,IIS 會建立並傳遞 IGlobalStopListeningProvider 介面至模組的CGlobalModule::OnGlobalStopListening方法。

繼承階層架構

IHttpEventProvider

IGlobalStopListeningProvider

規格需求

類型 描述
Client - Windows Vista 上的 IIS 7.0
- Windows 7 上的 IIS 7.5
- Windows 8 上的 IIS 8.0
- Windows 10上的 IIS 10.0
伺服器 - Windows Server 2008 上的 IIS 7.0
- Windows Server 2008 R2 上的 IIS 7.5
- Windows Server 2012 上的 IIS 8.0
- Windows Server 2012 R2 上的 IIS 8.5
- Windows Server 2016上的 IIS 10.0
產品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
- IIS Express 7.5、IIS Express 8.0、IIS Express 10.0
標頭 Httpserv.h

另請參閱

Web Server Core 介面
CGlobalModule::OnGlobalStopListening 方法