Share via


ConnectorFrameworkProxy Constructor (String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

'Usage
Dim endpointConfigurationName As String

Dim instance As New ConnectorFrameworkProxy(endpointConfigurationName)

Syntax

'Declaration
Public Sub New ( _
    endpointConfigurationName As String _
)
public ConnectorFrameworkProxy (
    string endpointConfigurationName
)
public:
ConnectorFrameworkProxy (
    String^ endpointConfigurationName
)
public ConnectorFrameworkProxy (
    String endpointConfigurationName
)
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.

Warning

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Change History

See Also

Reference

ConnectorFrameworkProxy Class
ConnectorFrameworkProxy Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace