LoadTestConstantLoadProfile Class
Represents the load profile of a load test that has a constant load pattern.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestLoadProfile
Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestConstantLoadProfile
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class LoadTestConstantLoadProfile _
Inherits LoadTestLoadProfile
[SerializableAttribute]
public class LoadTestConstantLoadProfile : LoadTestLoadProfile
[SerializableAttribute]
public ref class LoadTestConstantLoadProfile : public LoadTestLoadProfile
[<SerializableAttribute>]
type LoadTestConstantLoadProfile =
class
inherit LoadTestLoadProfile
end
public class LoadTestConstantLoadProfile extends LoadTestLoadProfile
The LoadTestConstantLoadProfile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LoadTestConstantLoadProfile | Initializes a new instance of the LoadTestConstantLoadProfile class. |
Top
Properties
Name | Description | |
---|---|---|
MaxUserCount | Gets or sets the maximum user count. The maximum user count is the same as the UserCount for the LoadTestConstantLoadProfile class. (Overrides LoadTestLoadProfile.MaxUserCount.) | |
MinUserCount | Gets or sets the minimum user count. The minimum user count is the same as the UserCount for the LoadTestConstantLoadProfile class. (Overrides LoadTestLoadProfile.MinUserCount.) | |
ScenarioName | Gets or sets the name of the scenario in the load test that the load profile implementation is controlling. (Inherited from LoadTestLoadProfile.) | |
UserCount | Gets or sets the number of virtual users in the case in which you are using a constant load pattern. |
Top
Methods
Name | Description | |
---|---|---|
CheckIfProfileCanBeModified | Throws an exception if the profile property is not yet ready to be modified. (Inherited from LoadTestLoadProfile.) | |
Copy | Returns a copy of the current object so it can be modified and assigned to the LoadTestScenario.LoadProfile property. (Inherited from LoadTestLoadProfile.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLoad | 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 that was passed as an argument. (Overrides LoadTestLoadProfile.GetLoad(Int32).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RestoreUserCountAfterRestart | Restores the current user count to the value it had before the restart. (Inherited from LoadTestLoadProfile.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate | Throws an InvalidLoadProfileException if the LoadProfile object has invalid or inconsistent properties. (Overrides LoadTestLoadProfile.Validate().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.LoadTesting Namespace