MonitoringState.GetStateChangeEvents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.