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 diagnostic execution.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.EndExecuteDiagnostic()")]
public MonitoringDiagnosticResult EndExecuteMonitoringDiagnostic(
IAsyncResult asyncResult
)
public:
[ObsoleteAttribute("Use this.EndExecuteDiagnostic()")]
MonitoringDiagnosticResult^ EndExecuteMonitoringDiagnostic(
IAsyncResult^ asyncResult
)
[<ObsoleteAttribute("Use this.EndExecuteDiagnostic()")>]
member EndExecuteMonitoringDiagnostic :
asyncResult:IAsyncResult -> MonitoringDiagnosticResult
<ObsoleteAttribute("Use this.EndExecuteDiagnostic()")>
Public Function EndExecuteMonitoringDiagnostic (
asyncResult As IAsyncResult
) As MonitoringDiagnosticResult
Parameters
asyncResult
Type: System.IAsyncResultThe asynchronous result object.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringDiagnosticResult
Returns a MonitoringDiagnosticResult object that constains the diagnostic results.
See Also
MonitoringStateChangeEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top