Initializes a new instance of the ConnectorFrameworkProxy class, associated by name, by examining the configuration file for the running process and using the specified configuration and language settings. Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim endpointConfigurationName As String
Dim threeLetterWindowsLanguageName As String

Dim instance As New ConnectorFrameworkProxy(endpointConfigurationName, threeLetterWindowsLanguageName)

Syntax

Visual Basic
Public Sub New ( _
		endpointConfigurationName As String, _
		threeLetterWindowsLanguageName As String _
)
C#
public ConnectorFrameworkProxy (
		string endpointConfigurationName,
		string threeLetterWindowsLanguageName
)
C++
public:
ConnectorFrameworkProxy (
		String^ endpointConfigurationName, 
		String^ threeLetterWindowsLanguageName
)
J#
public ConnectorFrameworkProxy (
		String endpointConfigurationName, 
		String threeLetterWindowsLanguageName
)
JScript
public function ConnectorFrameworkProxy (
		endpointConfigurationName : String, 
		threeLetterWindowsLanguageName : String
)

Parameters

endpointConfigurationName

The connection endpoint configuration name.

threeLetterWindowsLanguageName

Specifies the language settings to use. The language code is an ISO three-letter code.

Remarks

The ConnectorFrameworkProxy instance is initialized to the specified endpointConfigurationName.

Note
Instances of this class can be run only on machines running Microsoft Windows.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also