IGlobalStopListeningProvider 인터페이스

작업자 프로세스가 종료되는지 여부를 나타내고 새 요청 수신 대기를 중지하는 알림에 대한 인터페이스를 제공합니다.

구문

class IGlobalStopListeningProvider : public IHttpEventProvider  

메서드

다음 표에서는 인터페이스에서 노출하는 메서드를 나열합니다 IGlobalStopListeningProvider .

속성 Description
DrainRequestsGracefully IIS가 현재 보류 중인 요청을 정상적으로 닫을지 여부를 나타냅니다.
SetErrorStatus ( IHttpEventProvider에서 상속됩니다.)

파생 클래스

이 인터페이스에는 파생 클래스가 없습니다.

설명

IIS는 IGlobalStopListeningProvider 모듈이 모듈의 내보낸 RegisterModule 함수에서 GL_STOP_LISTENING 알림에 등록한 경우 모듈의 CGlobalModule::OnGlobalStopListening 메서드에 인터페이스를 만들고 전달합니다.

상속 계층 구조

IHttpEventProvider

IGlobalStopListeningProvider

요구 사항

형식 Description
클라이언트 - 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

참고 항목

웹 서버 코어 인터페이스
CGlobalModule::OnGlobalStopListening 메서드