Partager via


ConnectorFrameworkProxy Constructor (String, String)

 

Applies To: Operations Manager for System Center 2012

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)

Syntax

public ConnectorFrameworkProxy(
    string endpointConfigurationName,
    string threeLetterWindowsLanguageName
)
public:
ConnectorFrameworkProxy(
    String^ endpointConfigurationName,
    String^ threeLetterWindowsLanguageName
)
new : 
        endpointConfigurationName:string *
        threeLetterWindowsLanguageName:string -> ConnectorFrameworkProxy
Public Sub New (
    endpointConfigurationName As String,
    threeLetterWindowsLanguageName As String
)

Parameters

  • endpointConfigurationName
    Type: System.String

    The connection endpoint configuration name.

  • threeLetterWindowsLanguageName
    Type: System.String

    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.

See Also

ConnectorFrameworkProxy Overload
ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Return to top