Partager via


ConnectorFrameworkProxy Constructor (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.

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

Syntax

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

Parameters

  • endpointConfigurationName
    Type: System.String

    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.

See Also

ConnectorFrameworkProxy Overload
ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Return to top