ICounterProvider 介面
定義介面,其中 IThresholdRule 介面的實作將可用來取得除了測試中以外之效能計數器的目前值。
命名空間: Microsoft.VisualStudio.TestTools.LoadTesting
組件: Microsoft.VisualStudio.QualityTools.LoadTestFramework (在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)
語法
'宣告
Public Interface ICounterProvider
public interface ICounterProvider
public interface class ICounterProvider
type ICounterProvider = interface end
public interface ICounterProvider
ICounterProvider 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
GetCounterValue | 取得效能計數器目前的值。 |
回頁首
備註
如此可讓效能計數器值的臨界值檢查與一個或多個其他的效能計數器值相關。