MonitoringStateChangeEvent.GetMonitoringRecoveryResults 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.
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