Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Ends an asynchronous recovery execution.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.EndExecuteRecovery()")]
public MonitoringRecoveryResult EndExecuteMonitoringRecovery(
IAsyncResult asyncResult
)
public:
[ObsoleteAttribute("Use this.EndExecuteRecovery()")]
MonitoringRecoveryResult^ EndExecuteMonitoringRecovery(
IAsyncResult^ asyncResult
)
[<ObsoleteAttribute("Use this.EndExecuteRecovery()")>]
member EndExecuteMonitoringRecovery :
asyncResult:IAsyncResult -> MonitoringRecoveryResult
<ObsoleteAttribute("Use this.EndExecuteRecovery()")>
Public Function EndExecuteMonitoringRecovery (
asyncResult As IAsyncResult
) As MonitoringRecoveryResult
Parameters
asyncResult
Type: System.IAsyncResultThe asynchronous result object.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringRecoveryResult
Returns a MonitoringRecoveryResult object that is the recovery results.
See Also
MonitoringStateChangeEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top