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

Visual Basic
Dim endpointAddress As Uri
Dim identity As EndpointIdentity

Dim instance As New ConnectorFrameworkProxy(endpointAddress, identity)

Syntax

Visual Basic
Public Sub New ( _
		endpointAddress As Uri, _
		identity As EndpointIdentity _
)
C#
public ConnectorFrameworkProxy (
		Uri endpointAddress,
		EndpointIdentity identity
)
C++
public:
ConnectorFrameworkProxy (
		Uri^ endpointAddress, 
		EndpointIdentity^ identity
)
J#
public ConnectorFrameworkProxy (
		Uri endpointAddress, 
		EndpointIdentity identity
)
JScript
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

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

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also