Share via


ConnectorFrameworkProxy Constructor (Uri)

[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.

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

Usage

'Usage
Dim endpointAddress As Uri

Dim instance As New ConnectorFrameworkProxy(endpointAddress)

Syntax

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

Parameters

  • endpointAddress
    The address of the endpoint.

Example

See ConnectorFrameworkProxy for an example of this constructor.

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