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
public event EventHandler LoadTestWarmupComplete
public:
event EventHandler^ LoadTestWarmupComplete {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member LoadTestWarmupComplete : IEvent<EventHandler,
EventArgs>
JScript does not support events.
Remarks
For more information about how to handle events, see Consuming Events.
.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.