Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LoadTestContext::AgentCount Property

 

Gets the total number of agents that are used in the load test run.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

public:
property int AgentCount {
	int get();
	internal: void set(int value);
}

Property Value

Type: System::Int32

The number of agents that are used in the load test.

Return to top
Show: