RunStateEvent Class
Represents a request to change the state of a test run.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Microsoft.VisualStudio.TestTools.Common::TestMessage
Microsoft.VisualStudio.TestTools.Common::RunStateEvent
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | |
![]() | GetType() | (Inherited from Object.) |
![]() | IsValid() | Returns a value that indicates whether the request to change the run state is valid.(Overrides TestMessage::IsValid().) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of this request to change the run state.(Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


