Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As HeartbeatEventArgs
Dim value As Integer
value = instance.ElapsedSeconds
public int ElapsedSeconds { get; }
public:
property int ElapsedSeconds {
int get ();
}
public function get ElapsedSeconds () : int
Property Value
Type: System.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.