LoadTestContext.AgentCount, propriété
Obtient le nombre total d'agents utilisés dans la série de tests de charge.
Espace de noms : Microsoft.VisualStudio.TestTools.LoadTesting
Assembly : Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntaxe
'Déclaration
Public Property AgentCount As Integer
public int AgentCount { get; internal set; }
public:
property int AgentCount {
int get ();
internal: void set (int value);
}
member AgentCount : int with get, internal set
function get AgentCount () : int
internal function set AgentCount (value : int)
Valeur de propriété
Type : System.Int32
Le nombre d'agents qui sont utilisés dans le test de charge.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms