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.
ILoadTestPlugin::Initialize Method (LoadTest^)
Initializes the load test plug-in.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Parameters
- loadTest
-
Type:
Microsoft.VisualStudio.TestTools.LoadTesting::LoadTest^
The load test to be executed.
This method provides the entry point for the load test engine to execute the code contained in the load test plug-in.
Legacy Code Example
See How to: Create a Load Test Plug-In for an example.
Show: