Поделиться через


LoadTestContext.AgentCount - свойство

Обновлен: Ноябрь 2007

Получает общее число агентов, используемых в выполняемом нагрузочном тесте.

Пространство имен:  Microsoft.VisualStudio.TestTools.LoadTesting
Сборка:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (в Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Синтаксис

'Декларация
Public Property AgentCount As Integer
'Применение
Dim instance As LoadTestContext
Dim value As Integer

value = instance.AgentCount

instance.AgentCount = value
public int AgentCount { get; internal set; }
public:
property int AgentCount {
    int get ();
    void set (int value);
}
public function get AgentCount () : int
public function set AgentCount (value : int)

Значение свойства

Тип: System.Int32
Число агентов, используемых в нагрузочном тесте.

Разрешения

См. также

Ссылки

LoadTestContext Класс

LoadTestContext - члены

Microsoft.VisualStudio.TestTools.LoadTesting - пространство имен