Udostępnij za pośrednictwem


LoadTestRunSettings.WarmupTime Property

Gets the number of seconds in the warm-up period.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property WarmupTime As Integer
'Usage
Dim instance As LoadTestRunSettings 
Dim value As Integer 

value = instance.WarmupTime
public int WarmupTime { get; }
public:
property int WarmupTime {
    int get ();
}
public function get WarmupTime () : int

Property Value

Type: System.Int32
The number of seconds in the warm-up period.

Remarks

This can be set in the Load Test Editor by highlighting a Run Setting node and pressing F4. This will display properties for the run configuration.

.NET Framework Security

See Also

Reference

LoadTestRunSettings Class

LoadTestRunSettings Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Other Resources

About Run Settings

How to: Change the Run Settings