ConnectorFrameworkProxy Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As ConnectorFrameworkProxy
Syntax
'Declaration
Public Class ConnectorFrameworkProxy
Implements IDisposable
public class ConnectorFrameworkProxy : IDisposable
public ref class ConnectorFrameworkProxy : IDisposable
public class ConnectorFrameworkProxy implements IDisposable
public class ConnectorFrameworkProxy implements IDisposable
Remarks
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.
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorFrameworkProxy
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
ConnectorFrameworkProxy Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
ConnectorFrameworkAdministration
MonitoringConnector