LoadTestLoadProfile Class
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class LoadTestLoadProfile
'Usage
Dim instance As LoadTestLoadProfile
[SerializableAttribute]
public abstract class LoadTestLoadProfile
[SerializableAttribute]
public ref class LoadTestLoadProfile abstract
public abstract class LoadTestLoadProfile
Remarks
LoadTestLoadProfile is an abstract base class for the following classes:
LoadTestConstantLoadProfile
LoadTestStepLoadProfile
LoadTestGoalBasedLoadProfile
any implementation that you write that extends LoadTestLoadProfile
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestLoadProfile
Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestConstantLoadProfile
Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestGoalBasedLoadProfile
Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestStepLoadProfile
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