PerformanceCounterInstaller.Install(IDictionary) メソッド

定義

インストールを実行します。

public:
 override void Install(System::Collections::IDictionary ^ stateSaver);
public override void Install (System.Collections.IDictionary stateSaver);
override this.Install : System.Collections.IDictionary -> unit
Public Overrides Sub Install (stateSaver As IDictionary)

パラメーター

stateSaver
IDictionary

コミット、ロールバック、またはアンインストール操作の実行に必要な情報を保存するために使用する IDictionary

注釈

Note

サービスとパフォーマンス カウンターの両方を同じ名前でインストールする場合は、パフォーマンス カウンターをインストールする前にサービスをインストールします。

適用対象