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.
Begins the asynchronous execution of a recovery.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.BeginExecuteRecovery()")]
public IAsyncResult BeginExecuteMonitoringRecovery(
MonitoringRecovery monitoringRecovery,
string diagnosticOutput,
AsyncCallback callback,
object state
)
public:
[ObsoleteAttribute("Use this.BeginExecuteRecovery()")]
IAsyncResult^ BeginExecuteMonitoringRecovery(
MonitoringRecovery^ monitoringRecovery,
String^ diagnosticOutput,
AsyncCallback^ callback,
Object^ state
)
[<ObsoleteAttribute("Use this.BeginExecuteRecovery()")>]
member BeginExecuteMonitoringRecovery :
monitoringRecovery:MonitoringRecovery *
diagnosticOutput:string *
callback:AsyncCallback *
state:Object -> IAsyncResult
<ObsoleteAttribute("Use this.BeginExecuteRecovery()")>
Public Function BeginExecuteMonitoringRecovery (
monitoringRecovery As MonitoringRecovery,
diagnosticOutput As String,
callback As AsyncCallback,
state As Object
) As IAsyncResult
Parameters
monitoringRecovery
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringRecoveryThe monitoring recovery to submit.
diagnosticOutput
Type: System.StringThe output from the associated diagnostic required to run the recovery.
callback
Type: System.AsyncCallbackThe callback method that gets notified when the recovery completes.
state
Type: System.ObjectThe optional state to pass back to the callback method.
Return Value
Type: System.IAsyncResult
Returns a IAsyncResult object.
See Also
MonitoringStateChangeEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top