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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.