LoadTestLoadProfile Members
Include Protected Members
Include Inherited Members
The LoadTestLoadProfile type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the LoadTestLoadProfile class.
Top
Methods
Name
Description
Returns a copy of the object, typically a LoadTestPlugin object. The caller can then modify it and reassign it to the LoadProfile property of the LoadTestScenario object.
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.)
Serves as a hash function for a particular type. (Inherited from Object.)
Returns the user load that should be used at the current time in the load test based on the value of elapsedSeconds since the start of the load test passed as an argument.
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Throws an InvalidLoadProfileException if the LoadProfile object has invalid or inconsistent properties.
Top
Properties
Name
Description
Gets or sets the highest user count that will ever be returned by the GetLoad method of the class extending LoadTestLoadProfile.
Gets or sets the smallest user count that will ever be returned by the GetLoad method of the class extending LoadTestLoadProfile.
The name of the scenario in the load test that the load profile implementation is controlling.
Top