LoadTest.LoadTestFinished 事件

更新:2007 年 11 月

当负载测试在代理上停止运行时发生。

命名空间:  Microsoft.VisualStudio.TestTools.LoadTesting
程序集:  Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

语法

声明
Public Event LoadTestFinished As EventHandler
用法
Dim instance As LoadTest
Dim handler As EventHandler

AddHandler instance.LoadTestFinished, handler
public event EventHandler LoadTestFinished
public:
 event EventHandler^ LoadTestFinished {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript 不支持事件。

备注

有关如何处理事件的更多信息,请参见使用事件

权限

另请参见

参考

LoadTest 类

LoadTest 成员

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间