LoadTestUserContext Members
Include Protected Members
Include Inherited Members
Encapsulates information about the user context in which a test is running, in a load test.
The LoadTestUserContext type exposes the following members.
Methods
Name
Description
Overloaded. Adds an item to the LoadTestUserContext.
Removes all items from the LoadTestUserContext.
Determines whether the LoadTestUserContext contains a specific value.
Indicates whether the LoadTestUserContext contains an element that has the specified key.
Copies the elements of the LoadTestUserContext 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 LoadTestUserContext.
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 LoadTestUserContext.
Returns a string that represents the current object. (Inherited from Object.)
Gets the value associated with the specified key.
Top
Properties
Name
Description
Gets or sets the number of tests that have been completed by the virtual user that is represented by the LoadTestUserContext object since the beginning of the load test.
Gets the number of elements contained in the LoadTestUserContext object.
Gets a value that indicates whether a newly created virtual user is running the current test.
Gets a value that indicates whether LoadTestUserContext is read-only.
Gets or sets a LoadTestUserContext element that has the specified key.
Gets an ICollection that contains the keys of the LoadTestUserContext elements.
The name of the load test scenario that created the virtual user that is represented by this LoadTestUserContext.
Gets the UserId of the user within the load test scenario.
Gets ICollection that contains the values in the LoadTestUserContext elements.
Top
Explicit Interface Implementations
Name
Description
Top