LoadTest.Abort Method
Stops the load test on all agents.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public Sub Abort
'Usage
Dim instance As LoadTest
instance.Abort()
public void Abort()
public:
void Abort()
public function Abort()
Remarks
Raises the LoadTestAborted event.
.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.