Share via


ConnectorFrameworkProxy Constructor (Uri, EndpointIdentity)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim endpointAddress As Uri
Dim identity As EndpointIdentity

Dim instance As New ConnectorFrameworkProxy(endpointAddress, identity)

Syntax

'Declaration
Public Sub New ( _
    endpointAddress As Uri, _
    identity As EndpointIdentity _
)
public ConnectorFrameworkProxy (
    Uri endpointAddress,
    EndpointIdentity identity
)
public:
ConnectorFrameworkProxy (
    Uri^ endpointAddress, 
    EndpointIdentity^ identity
)
public ConnectorFrameworkProxy (
    Uri endpointAddress, 
    EndpointIdentity identity
)
public function ConnectorFrameworkProxy (
    endpointAddress : Uri, 
    identity : EndpointIdentity
)

Parameters

  • endpointAddress
    The address of the endpoint.
  • identity
    The endpoint identity to use to create a new proxy to the service.

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Change History

See Also

Reference

ConnectorFrameworkProxy Class
ConnectorFrameworkProxy Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace