Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.LoadTest
The 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.