Partager via


ConnectorFrameworkProxy Constructor (Uri, EndpointIdentity)

 

Applies To: Operations Manager for System Center 2012

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.

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

Syntax

public ConnectorFrameworkProxy(
    Uri endpointAddress,
    EndpointIdentity identity
)
public:
ConnectorFrameworkProxy(
    Uri^ endpointAddress,
    EndpointIdentity^ identity
)
new : 
        endpointAddress:Uri *
        identity:EndpointIdentity -> ConnectorFrameworkProxy
Public Sub New (
    endpointAddress As Uri,
    identity As EndpointIdentity
)

Parameters

  • endpointAddress
    Type: System.Uri

    The address of the endpoint.

Remarks

The Uri format is similar to the following:

http://<Root Management Server name>:51905/ConnectorFramework

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