方法 :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.