ConnectorFrameworkProxy Constructor (String, String)

Updated: April 16, 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)Dim endpointConfigurationName As String Dim threeLetterWindowsLanguageName As String Dim instance As New ConnectorFrameworkProxy(endpointConfigurationName, threeLetterWindowsLanguageName)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 )ParametersendpointConfigurationNameThe connection endpoint configuration name.threeLetterWindowsLanguageNameSpecifies the language settings to use. The language code is an ISO three-letter code.

The ConnectorFrameworkProxy instance is initialized to the specified endpointConfigurationName.

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

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms