Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the load profile of a load test that has a constant load pattern.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class LoadTestConstantLoadProfile _
Inherits LoadTestLoadProfile
'Usage
Dim instance As LoadTestConstantLoadProfile
[SerializableAttribute]
public class LoadTestConstantLoadProfile : LoadTestLoadProfile
[SerializableAttribute]
public ref class LoadTestConstantLoadProfile : public LoadTestLoadProfile
public class LoadTestConstantLoadProfile extends LoadTestLoadProfile
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestLoadProfile
Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestConstantLoadProfile
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
LoadTestConstantLoadProfile Members
Microsoft.VisualStudio.TestTools.LoadTesting Namespace