ConnectorFrameworkProxy Constructor (Uri, EndpointIdentity)

Updated: April 16, 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)Dim endpointAddress As Uri Dim identity As EndpointIdentity Dim instance As New ConnectorFrameworkProxy(endpointAddress, identity)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 )ParametersendpointAddressThe address of the endpoint.identityThe endpoint identity to use to create a new proxy to the service.

The Uri format is similar to the following:

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

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

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms