LoadTestConstantLoadProfile Members
Include Protected Members
Include Inherited Members
Represents the load profile of a load test that has a constant load pattern.
The LoadTestConstantLoadProfile type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the LoadTestConstantLoadProfile class.
Top
Methods
Name
Description
(Inherited from LoadTestLoadProfile.)
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. (Inherited from LoadTestLoadProfile.)
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. (Overrides LoadTestLoadProfile.GetLoad(Int32).)
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. (Overrides LoadTestLoadProfile.Validate().)
Top
Properties
Name
Description
Gets or sets the maximum user count. The maximum user count is the same as the UserCount for the LoadTestConstantLoadProfile class. (Overrides LoadTestLoadProfile.MaxUserCount.)
Gets or sets the minimum user count. The minimum user count is the same as the UserCount for the LoadTestConstantLoadProfile class. (Overrides LoadTestLoadProfile.MinUserCount.)
The name of the scenario in the load test that the load profile implementation is controlling. (Inherited from LoadTestLoadProfile.)
Gets or sets the number of virtual users in the case in which you are using a constant load pattern.
Top