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
loadTest
Type: Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestThe load test to be executed.
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
- 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.