TestFinishedEventArgs Class
Provides data for the TestFinished event.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public Class TestFinishedEventArgs _
Inherits EventArgs
'Usage
Dim instance As TestFinishedEventArgs
public class TestFinishedEventArgs : EventArgs
public ref class TestFinishedEventArgs : public EventArgs
public class TestFinishedEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.TestTools.LoadTesting.TestFinishedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.LoadTesting Namespace