Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
event EventHandler^ LoadTestFinished {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

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

Return to top
Show: