Share via


ConnectorFrameworkProxy Constructor (String, 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 and language settings.

Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim endpointConfigurationName As String
Dim threeLetterWindowsLanguageName As String

Dim instance As New ConnectorFrameworkProxy(endpointConfigurationName, threeLetterWindowsLanguageName)

Syntax

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

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