Proprietà WebTestContext.AgentCount

Ottiene il numero totale di agenti utilizzati nell'esecuzione del test corrente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property AgentCount As Integer
    Get
public int AgentCount { get; }
public:
property int AgentCount {
    int get ();
}
member AgentCount : int
function get AgentCount () : int

Valore proprietà

Tipo: System.Int32
Numero totale di agenti utilizzati nell'esecuzione del test corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting

Altre risorse

Controllers, Agents, and Rigs (original Ori)