ConnectorFrameworkAdministration Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Allows you to perform operations related to monitoring connectors and connector subscriptions, such as creating connectors, retrieving monitoring connectors, and deleting connectors and connector subscriptions.

Namespace:   Microsoft.EnterpriseManagement.ConnectorFramework
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.ConnectorFramework::ConnectorFrameworkAdministration

[ObsoleteAttribute("Please use ConnectorFramework instead")]
public ref class ConnectorFrameworkAdministration 

NameDescription
System_CAPS_pubmethodCleanup(MonitoringConnector^)

Deletes the specified monitoring connector.

System_CAPS_pubmethodDeleteConnectorSubscription(MonitoringConnectorSubscription^)

Deletes the specified monitoring connector subscription.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetConnectorSubscription(Guid)

Gets a monitoring connector subscription by using the specified globally unique identifier (GUID).

System_CAPS_pubmethodGetConnectorSubscription(String^)

Gets a monitoring connector subscription by using the specified name.

System_CAPS_pubmethodGetConnectorSubscriptions()

Gets a collection of all the monitoring connector subscriptions in the Management Group.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMonitoringConnector(Guid)

Gets a monitoring connector by using the specified globally unique identifier (GUID).

System_CAPS_pubmethodGetMonitoringConnectors()

Gets all the monitoring connectors in the Management Group.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInsertConnectorSubscription(MonitoringConnectorSubscription^)

Adds a newly created subscription to a monitoring connector.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetup(ConnectorInfo^)

Sets up a new monitoring connector.

System_CAPS_pubmethodSetup(ConnectorInfo^, Guid)

Sets up a new monitoring connector.

System_CAPS_pubmethodToString()

(Inherited from Object.)

The ConnectorFrameworkAdministration object is the starting point for operations related to monitoring connectors.

In the following example, the monitoring connector is created, set up, and initialized.

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

Return to top
Show: