ConnectorFrameworkProxy Constructor (Uri)

Updated: April 16, 2012

Initializes a new instance of the ConnectorFrameworkProxy class, connecting to the specified Uniform Resource Identifier (URI) with default settings. Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim endpointAddress As Uri Dim instance As New ConnectorFrameworkProxy(endpointAddress)Public Sub New ( _ endpointAddress As Uri _ )public ConnectorFrameworkProxy ( Uri endpointAddress )public: ConnectorFrameworkProxy ( Uri^ endpointAddress )public ConnectorFrameworkProxy ( Uri endpointAddress )public function ConnectorFrameworkProxy ( endpointAddress : Uri )ParametersendpointAddressThe address of the endpoint.

See ConnectorFrameworkProxy for an example of this constructor.

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