HeartbeatEventArgs.IsWarmupComplete Property

Gets a value that indicates whether the warm-up period is complete.

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

Syntax

'Declaration
Public ReadOnly Property IsWarmupComplete As Boolean
public bool IsWarmupComplete { get; }
public:
property bool IsWarmupComplete {
    bool get ();
}
member IsWarmupComplete : bool with get
function get IsWarmupComplete () : boolean

Property Value

Type: Boolean
true if the warm-up interval is complete; otherwise, false.

.NET Framework Security

See Also

Reference

HeartbeatEventArgs Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace