Share via


MonitoringStateChangeEvent.GetMonitoringRecoveryResults Method

Definition

Caution

Use this.GetRecoveryResults()

Gets all of the recovery results for the current state change event.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringRecoveryResult ^> ^ GetMonitoringRecoveryResults();
[System.Obsolete("Use this.GetRecoveryResults()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringRecoveryResult> GetMonitoringRecoveryResults ();
member this.GetMonitoringRecoveryResults : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringRecoveryResult>
Public Function GetMonitoringRecoveryResults () As ReadOnlyCollection(Of MonitoringRecoveryResult)

Returns

A ReadOnlyCollection of MonitoringRecoveryResult objects.

Attributes

Applies to