The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RunStateEvent Constructor
Initializes a new instance of the RunStateEvent class.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | RunStateEvent() | Initializes a new instance of the RunStateEvent class. |
![]() | RunStateEvent(Guid, RunState, String^) | Initializes a new instance of the RunStateEvent class by using the provided test run ID, state, and computer name. |
![]() | RunStateEvent(Guid, RunState, String^, DateTime) | Initializes a new instance of the RunStateEvent class by using the provided test run ID, state, computer name, and time stamp. |
![]() | RunStateEvent(SerializationInfo^, StreamingContext) | Initializes a new instance of the RunStateEvent class from XML by using the provided information and context. |
Show:

