PerformanceCounterInstaller.Install(IDictionary) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行安裝。
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,用來儲存執行認可、復原或解除安裝作業所需的資訊。
備註
注意
安裝具有相同名稱的服務與性能計數器時,請先安裝服務,再安裝性能計數器。