다음을 통해 공유


LoadTest.TestFinished 이벤트

부하 테스트에 포함된 테스트 중 하나의 반복이 완료되면 발생합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.LoadTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.LoadTestFramework(Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

구문

‘선언
Public Event TestFinished As EventHandler(Of TestFinishedEventArgs)
public event EventHandler<TestFinishedEventArgs> TestFinished
public:
 event EventHandler<TestFinishedEventArgs^>^ TestFinished {
    void add (EventHandler<TestFinishedEventArgs^>^ value);
    void remove (EventHandler<TestFinishedEventArgs^>^ value);
}
member TestFinished : IEvent<EventHandler<TestFinishedEventArgs>,
    TestFinishedEventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

설명

TestFinishedEventArgs 포함 된 TestIterationResult 완료 되는 테스트에 대 한 개체입니다.

이벤트를 처리 하는 방법에 대 한 자세한 내용은 참조 Consuming Events.

.NET Framework 보안

참고 항목

참조

LoadTest 클래스

Microsoft.VisualStudio.TestTools.LoadTesting 네임스페이스