MonitoringStateChangeEvent.BeginExecuteMonitoringDiagnostic Method (MonitoringDiagnostic, AsyncCallback, Object)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Begins the asynchronous execution of a diagnostic.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.BeginExecuteDiagnostic()")]
public IAsyncResult BeginExecuteMonitoringDiagnostic(
MonitoringDiagnostic monitoringDiagnostic,
AsyncCallback callback,
object state
)
public:
[ObsoleteAttribute("Use this.BeginExecuteDiagnostic()")]
IAsyncResult^ BeginExecuteMonitoringDiagnostic(
MonitoringDiagnostic^ monitoringDiagnostic,
AsyncCallback^ callback,
Object^ state
)
[<ObsoleteAttribute("Use this.BeginExecuteDiagnostic()")>]
member BeginExecuteMonitoringDiagnostic :
monitoringDiagnostic:MonitoringDiagnostic *
callback:AsyncCallback *
state:Object -> IAsyncResult
<ObsoleteAttribute("Use this.BeginExecuteDiagnostic()")>
Public Function BeginExecuteMonitoringDiagnostic (
monitoringDiagnostic As MonitoringDiagnostic,
callback As AsyncCallback,
state As Object
) As IAsyncResult
Parameters
monitoringDiagnostic
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringDiagnosticThe monitoring diagnostic to begin.
callback
Type: System.AsyncCallbackThe callback method that gets notified when the diagnostic 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