IServiceGroup::SupportDelayedService 메서드(portcls.h)

이 메서드는 SupportDelayedService 서비스 그룹이 지연된 서비스를 지원하기 위해 준비해야 임을 나타냅니다.

구문

void SupportDelayedService();

반환 값

없음

설명

이 메서드는 SupportDelayedService 지연된 서비스에 사용되는 알림 타이머를 초기화합니다. IServiceGroup::RequestDelayedService를 호출하기 전에 이 메서드를 한 번 호출합니다.

요구 사항

   
대상 플랫폼 유니버설
헤더 portcls.h(Portcls.h 포함)
IRQL <=DISPATCH_LEVEL

참조

IServiceGroup

IServiceGroup::RequestDelayedService