LoadTest.LoadTestFinished Event

Occurs when the load test has stopped running on the agent.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public Event LoadTestFinished As EventHandler
public event EventHandler LoadTestFinished
public:
 event EventHandler^ LoadTestFinished {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member LoadTestFinished : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Remarks

For more information about how to handle events, see Consuming Events.

.NET Framework Security

See Also

Reference

LoadTest Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace