ConnectorFrameworkProxy Class

Updated: April 16, 2012

Used for building monitoring connector applications that synchronize data in System Center Operations Manager 2007 with other management applications. The ConnectorFrameworkProxy class provides methods to register and initialize a monitoring connector. Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ConnectorFrameworkProxy Public Class ConnectorFrameworkProxy Implements IDisposablepublic class ConnectorFrameworkProxy : IDisposablepublic ref class ConnectorFrameworkProxy : IDisposablepublic class ConnectorFrameworkProxy implements IDisposablepublic class ConnectorFrameworkProxy implements IDisposable

This class is the public interface for the Microsoft.EnterpriseManagement.ConnectorFramework. The ConnectorFrameworkProxy class is used for building applications through the Web Service interface of the Operation Manager Connector Framework. The ConnectorFrameworkProxy class is derived from methods within the Microsoft.EnterpriseManagement.ConnectorFramework namespace.

The recommended mechanisms for connector-related tasks are the ConnectorFrameworkAdministration and MonitoringConnector classes. The ConnectorFrameworkProxy call performs some of the same work as the ConnectorFrameworkAdministration and Microsoft.EnterpriseManagement.ConnectorFramework.MonitoringConnector classes, but uses a different port to the Operation Manager and is more limited.

The calling process for the ConnectorFrameworkProxy must be run under an account that is a member of the Operations Manager Administrator user role.

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



  Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorFrameworkProxy
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms