SLoadTestService Interface
Represents the invariant interface of a load test service.
Namespace: Microsoft.VisualStudio.TestTools.LoadTest
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntax
[GuidAttribute("BD256A3B-CECC-4b0c-95C6-E569FAA74D7D")]
public interface SLoadTestService
[GuidAttribute("BD256A3B-CECC-4b0c-95C6-E569FAA74D7D")]
public interface class SLoadTestService
[<GuidAttribute("BD256A3B-CECC-4b0c-95C6-E569FAA74D7D")>]
type SLoadTestService = interface end
<GuidAttribute("BD256A3B-CECC-4b0c-95C6-E569FAA74D7D")>
Public Interface SLoadTestService
Remarks
This interface is intentionally empty.
See Also
Microsoft.VisualStudio.TestTools.LoadTest Namespace
Return to top