ILoadTestPlugin.Initialize Method

Initializes the load test plug-in.

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

Syntax

'Declaration
Sub Initialize ( _
    loadTest As LoadTest _
)
void Initialize(
    LoadTest loadTest
)
void Initialize(
    LoadTest^ loadTest
)
abstract Initialize : 
        loadTest:LoadTest -> unit 
function Initialize(
    loadTest : LoadTest
)

Parameters

Remarks

This method provides the entry point for the load test engine to execute the code contained in the load test plug-in.

Examples

See How to: Create a Load Test Plug-In for an example.

.NET Framework Security

See Also

Reference

ILoadTestPlugin Interface

Microsoft.VisualStudio.TestTools.LoadTesting Namespace