Share via


MonitoringStateChangeEvent.SubmitMonitoringRecovery Method

Definition

Submits a monitoring recovery for the current state change event.

Overloads

SubmitMonitoringRecovery(MonitoringRecovery)
Obsolete.

Submits a MonitoringRecovery for the current state change event.

SubmitMonitoringRecovery(MonitoringRecovery, String)
Obsolete.

Submits a MonitoringRecovery for the current state change event.

SubmitMonitoringRecovery(MonitoringRecovery)

Caution

Use this.SubmitRecovery()

Submits a MonitoringRecovery for the current state change event.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringRecoveryResult ^ SubmitMonitoringRecovery(Microsoft::EnterpriseManagement::Configuration::MonitoringRecovery ^ monitoringRecovery);
[System.Obsolete("Use this.SubmitRecovery()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringRecoveryResult SubmitMonitoringRecovery (Microsoft.EnterpriseManagement.Configuration.MonitoringRecovery monitoringRecovery);
member this.SubmitMonitoringRecovery : Microsoft.EnterpriseManagement.Configuration.MonitoringRecovery -> Microsoft.EnterpriseManagement.Monitoring.MonitoringRecoveryResult
Public Function SubmitMonitoringRecovery (monitoringRecovery As MonitoringRecovery) As MonitoringRecoveryResult

Parameters

monitoringRecovery
MonitoringRecovery

The monitoring recovery to submit.

Returns

A MonitoringRecoveryResult object represents the current state of the recovery.

Attributes

Exceptions

There was an error processing results on the server.

Applies to

SubmitMonitoringRecovery(MonitoringRecovery, String)

Caution

Use this.SubmitRecovery()

Submits a MonitoringRecovery for the current state change event.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringRecoveryResult ^ SubmitMonitoringRecovery(Microsoft::EnterpriseManagement::Configuration::MonitoringRecovery ^ monitoringRecovery, System::String ^ diagnosticOutput);
[System.Obsolete("Use this.SubmitRecovery()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringRecoveryResult SubmitMonitoringRecovery (Microsoft.EnterpriseManagement.Configuration.MonitoringRecovery monitoringRecovery, string diagnosticOutput);
member this.SubmitMonitoringRecovery : Microsoft.EnterpriseManagement.Configuration.MonitoringRecovery * string -> Microsoft.EnterpriseManagement.Monitoring.MonitoringRecoveryResult
Public Function SubmitMonitoringRecovery (monitoringRecovery As MonitoringRecovery, diagnosticOutput As String) As MonitoringRecoveryResult

Parameters

monitoringRecovery
MonitoringRecovery

The monitoring recovery to submit.

diagnosticOutput
String

The output from the associated diagnostic required to run the recovery.

Returns

A MonitoringRecoveryResult object represents the current state of the recovery.

Attributes

Exceptions

There was an error processing results on the server.

Applies to