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. Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim endpointConfigurationName As String

Dim instance As New ConnectorFrameworkProxy(endpointConfigurationName)

Syntax

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

Parameters

endpointConfigurationName

The connection endpoint configuration name.

Remarks

The current culture settings (CultureInfo.CurrentCulture) of the local computer are used.

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