Share via


MonitoringState.GetStateChangeEvents Method

Definition

Gets any state change events associated with this state.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::MonitoringStateChangeEvent ^> ^ GetStateChangeEvents();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringStateChangeEvent> GetStateChangeEvents ();
member this.GetStateChangeEvents : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringStateChangeEvent>
Public Function GetStateChangeEvents () As IList(Of MonitoringStateChangeEvent)

Returns

A collection of state change event objects.

Exceptions

There was invalid data in the database corresponding to this method call.

Applies to