Information
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 (Guid, RunState, String^)

 

Initializes a new instance of the RunStateEvent class by using the provided test run ID, state, and computer name.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
RunStateEvent(
	Guid runId,
	RunState newState,
	String^ computer
)

Parameters

runId
Type: System::Guid

The GUID for the associated test run.

newState
Type: Microsoft.VisualStudio.TestTools.Common::RunState

One of the RunState values.

computer
Type: System::String^

The name of the computer that requested the state change.

Return to top
Show: