Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the monitoring state of the specified monitor objects.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("This version will be removed in favor of the version that return IList and takes IEnumerable")]
public ReadOnlyCollection<MonitoringState> GetMonitoringStates(
ICollection<ManagementPackMonitor> monitors
)
public:
[ObsoleteAttribute("This version will be removed in favor of the version that return IList and takes IEnumerable")]
ReadOnlyCollection<MonitoringState^>^ GetMonitoringStates(
ICollection<ManagementPackMonitor^>^ monitors
)
[<ObsoleteAttribute("This version will be removed in favor of the version that return IList and takes IEnumerable")>]
member GetMonitoringStates :
monitors:ICollection<ManagementPackMonitor> -> ReadOnlyCollection<MonitoringState>
<ObsoleteAttribute("This version will be removed in favor of the version that return IList and takes IEnumerable")>
Public Function GetMonitoringStates (
monitors As ICollection(Of ManagementPackMonitor)
) As ReadOnlyCollection(Of MonitoringState)
Parameters
monitors
Type: System.Collections.Generic.ICollection<ManagementPackMonitor>The monitors for which to get the state.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringState>
Returns ReadOnlyCollection<T> of MonitoringState values.
See Also
GetMonitoringStates Overload
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top