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.

ControllerContext Constructor (String^, String^, String^)

 

Initializes a new instance of the ControllerContext class by using the provided name, display name, and connection string.

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

public:
ControllerContext(
	String^ name,
	String^ displayName,
	String^ connectionString
)

Parameters

name
Type: System::String^

The fully qualified name of the controller.

displayName
Type: System::String^

The display name for the controller. Typically, this is the Domain Name Server (DNS) host name of the controller machine, excluding the domain suffix.

connectionString
Type: System::String^

The name of the controller. This includes the port number.

Although public, this ControllerContext constructor is called internally by the test framework.

Return to top
Show: