共用方式為


LoadTest.LoadTestFinished 事件

發生於負載測試停止代理程式上的執行時。

命名空間:  Microsoft.VisualStudio.TestTools.LoadTesting
組件:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

語法

'宣告
Public Event LoadTestFinished As EventHandler
public event EventHandler LoadTestFinished
public:
 event EventHandler^ LoadTestFinished {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member LoadTestFinished : IEvent<EventHandler,
    EventArgs>
JScript 不支援事件。

備註

如需如何處理事件的詳細資訊,請參閱使用事件

.NET Framework 安全性

請參閱

參考

LoadTest 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間