Evento LoadTest.TestFinished
Ocorre quando termina de uma iteração de um dos testes contidos no teste de carga.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (em Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Sintaxe
'Declaração
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>
O JScript não oferece suporte a eventos.
Comentários
TestFinishedEventArgscontém o TestIterationResult o objeto para o teste de acabamento.
Para obter mais informações sobre como manipular eventos, consulte Consumindo Eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.