WebTest.PostWebTest Olay
Web performans testi çalıştıktan sonra ortaya çıkar.
Ad alanı: Microsoft.VisualStudio.TestTools.WebTesting
Derleme: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)
Sözdizimi
'Bildirim
Public Event PostWebTest As EventHandler(Of PostWebTestEventArgs)
public event EventHandler<PostWebTestEventArgs> PostWebTest
public:
event EventHandler<PostWebTestEventArgs^>^ PostWebTest {
void add (EventHandler<PostWebTestEventArgs^>^ value);
void remove (EventHandler<PostWebTestEventArgs^>^ value);
}
member PostWebTest : IEvent<EventHandler<PostWebTestEventArgs>,
PostWebTestEventArgs>
JScript olayları desteklemez.
Notlar
Olayları işlemek hakkında daha fazla bilgi için bkz: Olayları tüketen.
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.