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

See Also

Reference

HeartbeatEventArgs Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace