Share via


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
'Usage
Dim instance As HeartbeatEventArgs 
Dim value As Boolean 

value = instance.IsWarmupComplete
public bool IsWarmupComplete { get; }
public:
property bool IsWarmupComplete {
    bool get ();
}
public function get IsWarmupComplete () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

HeartbeatEventArgs Class

HeartbeatEventArgs Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace