LoadTest.LoadTestWarmupComplete Event

Occurs when the warm-up period has completed.

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

Syntax

'Declaration
Public Event LoadTestWarmupComplete As EventHandler
'Usage
Dim instance As LoadTest 
Dim handler As EventHandler 

AddHandler instance.LoadTestWarmupComplete, handler
public event EventHandler LoadTestWarmupComplete
public:
 event EventHandler^ LoadTestWarmupComplete {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
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

LoadTest Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace