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.

ILoadTestPlugin::Initialize Method (LoadTest^)

 

Initializes the load test plug-in.

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

void Initialize(
	LoadTest^ loadTest
)

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

Return to top
Show: