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,用來儲存執行認可、復原或解除安裝作業所需的資訊。

備註

注意

安裝具有相同名稱的服務與效能計數器時,請先安裝服務,再安裝效能計數器。

適用於