MonitoringState.GetMonitoringStateChangeEvents Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets a collection of state change events that are associated with this monitoring state.

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

Syntax

[ObsoleteAttribute("Use this.GetStateChangeEvents")]
public ReadOnlyCollection<MonitoringStateChangeEvent> GetMonitoringStateChangeEvents()
public:
[ObsoleteAttribute("Use this.GetStateChangeEvents")]
ReadOnlyCollection<MonitoringStateChangeEvent^>^ GetMonitoringStateChangeEvents()
[<ObsoleteAttribute("Use this.GetStateChangeEvents")>]
member GetMonitoringStateChangeEvents : unit -> ReadOnlyCollection<MonitoringStateChangeEvent>
<ObsoleteAttribute("Use this.GetStateChangeEvents")>
Public Function GetMonitoringStateChangeEvents As ReadOnlyCollection(Of MonitoringStateChangeEvent)

Return Value

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

A collection of ReadOnlyCollection<T> objects that are the state change events that are associated with this monitoring state.

See Also

MonitoringState Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top