Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 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)
Syntax
public ConnectorFrameworkProxy(
Uri endpointAddress,
EndpointIdentity identity
)
public:
ConnectorFrameworkProxy(
Uri^ endpointAddress,
EndpointIdentity^ identity
)
new :
endpointAddress:Uri *
identity:EndpointIdentity -> ConnectorFrameworkProxy
Public Sub New (
endpointAddress As Uri,
identity As EndpointIdentity
)
Parameters
endpointAddress
Type: System.UriThe address of the endpoint.
identity
Type: System.ServiceModel.EndpointIdentityThe 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.
See Also
ConnectorFrameworkProxy Overload
ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top