IServicePoolConfig 인터페이스(comsvcs.h)

개체 풀을 구성하는 데 사용됩니다.

상속

IServicePoolConfig 인터페이스는 IUnknown 인터페이스에서 상속됩니다. IServicePoolConfig 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

IServicePoolConfig 인터페이스에는 이러한 메서드가 있습니다.

 
IServicePoolConfig::get_ClassFactory

풀된 개체에 대한 클래스 팩터리를 검색합니다.
IServicePoolConfig::get_CreationTimeout

풀링된 개체를 활성화하기 위한 제한 시간 간격을 검색합니다.
IServicePoolConfig::get_MaxPoolSize

풀의 최대 개체 수를 검색합니다.
IServicePoolConfig::get_MinPoolSize

풀의 최소 개체 수를 검색합니다.
IServicePoolConfig::get_TransactionAffinity

트랜잭션이 완료될 때까지 트랜잭션과 관련된 개체를 보유할지 여부를 결정합니다.
IServicePoolConfig::p ut_ClassFactory

풀된 개체에 대한 클래스 팩터리를 설정합니다.
IServicePoolConfig::p ut_CreationTimeout

풀링된 개체를 활성화하기 위한 제한 시간 간격을 설정합니다.
IServicePoolConfig::p ut_MaxPoolSize

풀의 최대 개체 수를 설정합니다.
IServicePoolConfig::p ut_MinPoolSize

풀에 있는 개체의 최소 수를 설정합니다.
IServicePoolConfig::p ut_TransactionAffinity

트랜잭션이 완료될 때까지 트랜잭션에 관련된 개체를 보유할지 여부를 설정합니다.

요구 사항

   
지원되는 최소 클라이언트 SP1이 설치된 Windows XP[데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2003 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 comsvcs.h

추가 정보

IServicePool