Compartilhar via


ConnectorFrameworkProxy Constructor

 

Applies To: Operations Manager for System Center 2012

Initializes a new instance of the ConnectorFrameworkProxy class.

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

Overload List

Name Description
System_CAPS_pubmethod ConnectorFrameworkProxy(String)

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.

System_CAPS_pubmethod ConnectorFrameworkProxy(String, String)

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.

System_CAPS_pubmethod ConnectorFrameworkProxy(Uri)

Initializes a new instance of the ConnectorFrameworkProxy class, connecting to the specified Uniform Resource Identifier (URI) with default settings.

System_CAPS_pubmethod ConnectorFrameworkProxy(Uri, EndpointIdentity)

Initializes a new instance of the ConnectorFrameworkProxy class, connecting to the specified Uniform Resource Identifier (URI) with default settings and using the specified endpoint identity.

Remarks

Used to communicate with a specific Operation Manager. A client that uses an object across any kind of remoting boundary is actually using a transparent proxy for the object. The transparent proxy provides the illusion that the actual object resides in the client's space. It achieves this by forwarding calls made on it to the real object by using the remoting infrastructure.

Warning

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

See Also

ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Return to top