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

Visual Basic
Dim instance As ConnectorFrameworkProxy

Syntax

Visual Basic
Public Class ConnectorFrameworkProxy
		Implements IDisposable
C#
public class ConnectorFrameworkProxy : IDisposable
C++
public ref class ConnectorFrameworkProxy : IDisposable
J#
public class ConnectorFrameworkProxy implements IDisposable
JScript
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 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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also