RunStateEvent Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the RunStateEvent class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
RunStateEvent() | Initializes a new instance of the RunStateEvent class. | |
RunStateEvent(SerializationInfo, StreamingContext) | Initializes a new instance of the RunStateEvent class from XML by using the provided information and context. | |
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. |
Top