Evento LoadTest.TestStarting
Ocorre quando uma iteração de um dos testes contidos no teste de carga é iniciada.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (em Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Sintaxe
'Declaração
Public Event TestStarting As EventHandler(Of TestStartingEventArgs)
public event EventHandler<TestStartingEventArgs> TestStarting
public:
event EventHandler<TestStartingEventArgs^>^ TestStarting {
void add (EventHandler<TestStartingEventArgs^>^ value);
void remove (EventHandler<TestStartingEventArgs^>^ value);
}
member TestStarting : IEvent<EventHandler<TestStartingEventArgs>,
TestStartingEventArgs>
JScript não oferece suporte a eventos.
Comentários
TestStartingEventArgscontém uma referência para o teste que é iniciado, e o LoadTestScenario no qual ele está sendo iniciado.
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.