HeartbeatEventArgs Class
Provides data for the HeartBeat event.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public Class HeartbeatEventArgs _
Inherits EventArgs
'Usage
Dim instance As HeartbeatEventArgs
public class HeartbeatEventArgs : EventArgs
public ref class HeartbeatEventArgs : public EventArgs
public class HeartbeatEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.TestTools.LoadTesting.HeartbeatEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.LoadTesting Namespace