PartialMonitoringObjectBase.GetRelatedPartialMonitoringObjects Method (MonitoringObjectGenericCriteria)

 

Applies To: Operations Manager for System Center 2012

Gets all the partial monitoring objects that are related to this object and that meet the specified criteria.

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

Syntax

public ReadOnlyCollection<PartialMonitoringObject> GetRelatedPartialMonitoringObjects(
    MonitoringObjectGenericCriteria criteria
)
public:
ReadOnlyCollection<PartialMonitoringObject^>^ GetRelatedPartialMonitoringObjects(
    MonitoringObjectGenericCriteria^ criteria
)
member GetRelatedPartialMonitoringObjects : 
        criteria:MonitoringObjectGenericCriteria -> ReadOnlyCollection<PartialMonitoringObject>
Public Function GetRelatedPartialMonitoringObjects (
    criteria As MonitoringObjectGenericCriteria
) As ReadOnlyCollection(Of PartialMonitoringObject)

Parameters

Return Value

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

Returns a ReadOnlyCollection<T> of PartialMonitoringObject objects.

See Also

GetRelatedPartialMonitoringObjects Overload
PartialMonitoringObjectBase Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top