ConnectorFrameworkAdministration.GetMonitoringConnectors Method ()

 

Applies To: Operations Manager for System Center 2012

Gets all the monitoring connectors in the Management Group.

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

Syntax

public ReadOnlyCollection<MonitoringConnector> GetMonitoringConnectors()
public:
ReadOnlyCollection<MonitoringConnector^>^ GetMonitoringConnectors()
member GetMonitoringConnectors : unit -> ReadOnlyCollection<MonitoringConnector>
Public Function GetMonitoringConnectors As ReadOnlyCollection(Of MonitoringConnector)

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringConnector>

Returns a ReadOnlyCollection<T> of MonitoringConnector objects. It is a collection of all the monitoring connectors in the Management Group.

Remarks

The returned monitoring connector objects allow the retrieval and updating of alerts.

Examples

See Also

ConnectorFrameworkAdministration Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Return to top