방법: JIT 활성화 사용
이 예제에서는 클래스의 JIT 활성화 및 비활성화 방법을 보여 줍니다.
예제
<JustInTimeActivation()> _
Public Class TestJITObjectPooling
Inherits ServicedComponent
[JustInTimeActivation]
public class TestJITObjectPooling : ServicedComponent
코드 컴파일
이 예제에서는 다음 사항이 필요합니다.
- System 및 System.EnterpriseServices네임스페이스에 대한 참조
참고 항목
참조
JustInTimeActivationAttribute
System.EnterpriseServices Namespace
개념
사용 가능한 COM+ 서비스 요약
Just-in-Time 활성화
Copyright © 2007 by Microsoft Corporation. All rights reserved.