LoadTestContext Properties

Include Protected Members
Include Inherited Members

The LoadTestContext type exposes the following members.

Properties

  Name Description
Public property AgentCount Gets the total number of agents that are used in the load test run.
Public property AgentId Gets the one-based index for the current agent.
Public property AgentName Gets the name of the current agent.
Public property ControllerName Gets the name of the computer that acts as the controller for the load test run.
Public property Count Gets the number of elements that are contained in the LoadTestContext object.
Public property IsLocalRun Gets a value that indicates whether the test was run locally or remotely.
Public property IsReadOnly Gets a value that indicates whether LoadTestContext is read-only.
Public property Item Gets or sets a LoadTestContext element that has the specified key.
Public property Keys Gets an ICollection<T> that contains the keys of the LoadTestContext elements.
Public property LoadTestRunId Gets the ID that is associated with this load test run. Set accessor is set to internal.
Public property Values Gets the ICollection<T> that contains the values in the LoadTestContext elements.

Top

See Also

Reference

LoadTestContext Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace