HeartbeatEventArgs.ElapsedSeconds Property
Gets the number of seconds since the beginning of the run, including 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 ElapsedSeconds As Integer
public int ElapsedSeconds { get; }
public:
property int ElapsedSeconds {
int get ();
}
member ElapsedSeconds : int with get
function get ElapsedSeconds () : int
Property Value
Type: Int32
The number of seconds since the beginning of the run.
.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.