Share via


MonitoringStateChangeEvent.EndExecuteRecovery(IAsyncResult) Method

Definition

Finishes recovery execution.

public:
 Microsoft::EnterpriseManagement::Monitoring::RecoveryResult ^ EndExecuteRecovery(IAsyncResult ^ asyncResult);
public Microsoft.EnterpriseManagement.Monitoring.RecoveryResult EndExecuteRecovery (IAsyncResult asyncResult);
member this.EndExecuteRecovery : IAsyncResult -> Microsoft.EnterpriseManagement.Monitoring.RecoveryResult
Public Function EndExecuteRecovery (asyncResult As IAsyncResult) As RecoveryResult

Parameters

asyncResult
IAsyncResult

The IAsyncResult.

Returns

The recovery results.

Exceptions

asyncResult is null

asyncResult was not from this instance of ManagementGroup or from an incompatible Begin method or was already processed

There was an error processing results on the server.

Applies to