IConnectorFramework Interface

Updated: April 16, 2012

Defines the methods to register and initialize a connector and to monitor its communication channel and state after it has begun sending data. Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As IConnectorFramework <ServiceContractAttribute(SessionMode:=SessionMode.Allowed, Namespace:="http://www.microsoft.com/EnterpriseManagement/ConnectorFramework")> _ Public Interface IConnectorFramework[ServiceContractAttribute(SessionMode=SessionMode.Allowed, Namespace="http://www.microsoft.com/EnterpriseManagement/ConnectorFramework")] public interface IConnectorFramework[ServiceContractAttribute(SessionMode=SessionMode::Allowed, Namespace=L"http://www.microsoft.com/EnterpriseManagement/ConnectorFramework")] public interface class IConnectorFramework/** @attribute ServiceContractAttribute(SessionMode=SessionMode.Allowed, Namespace="http://www.microsoft.com/EnterpriseManagement/ConnectorFramework") */ public interface IConnectorFrameworkServiceContractAttribute(SessionMode=SessionMode.Allowed, Namespace="http://www.microsoft.com/EnterpriseManagement/ConnectorFramework") public interface IConnectorFramework

The ConnectorFrameworkProxy class exposes public implementations for the IConnectorFramework interface members and is used for building monitoring connector applications that synchronize data in System Center Operations Manager 2007 with other management applications.


Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms