LoadTestContext Members
Include Protected Members
Include Inherited Members
Encapsulates information about the context in which the load test is running.
The LoadTestContext type exposes the following members.
Methods
Name
Description
Overloaded. Adds an item to the LoadTestContext.
Removes all items from the LoadTestContext.
Determines whether the LoadTestContext contains a specific value.
Indicates whether the LoadTestContext contains an element with the specified key.
Copies the elements of the LoadTestContext to an Array, starting at a particular Array index.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns an enumerator that iterates through the LoadTestContext.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Overloaded. Removes the first occurrence of a specific object from the LoadTestContext.
Returns a string that represents the current object. (Inherited from Object.)
Gets the value associated with the specified key.
Top
Properties
Name
Description
Gets the total number of agents being used in the load test run.
Gets the one-based index for the current agent.
Gets the name of the current agent.
Gets the name of the computer acting as the controller for the load test run.
Gets the number of elements contained in the LoadTestContext object.
Gets a value that indicates whether the test was run locally or remotely.
Gets a value indicating whether LoadTestContext is read-only.
Gets or sets a LoadTestContext element with the specified key.
Gets an ICollection<T> that contains the keys of the LoadTestContext elements.
Gets ICollection<T> that contains the values in the LoadTestContext elements.
Top
Explicit Interface Implementations
Name
Description
Top