MonitoringStateChangeEvent.BeginExecuteDiagnostic Method

Updated: April 16, 2012

Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As MonitoringStateChangeEvent Dim diagnostic As ManagementPackDiagnostic Dim callback As AsyncCallback Dim state As Object Dim returnValue As IAsyncResult returnValue = instance.BeginExecuteDiagnostic(diagnostic, callback, state)Public Function BeginExecuteDiagnostic ( _ diagnostic As ManagementPackDiagnostic, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResultpublic IAsyncResult BeginExecuteDiagnostic ( ManagementPackDiagnostic diagnostic, AsyncCallback callback, Object state )public: IAsyncResult^ BeginExecuteDiagnostic ( ManagementPackDiagnostic^ diagnostic, AsyncCallback^ callback, Object^ state )public IAsyncResult BeginExecuteDiagnostic ( ManagementPackDiagnostic diagnostic, AsyncCallback callback, Object state )public function BeginExecuteDiagnostic ( diagnostic : ManagementPackDiagnostic, callback : AsyncCallback, state : Object ) : IAsyncResultParametersdiagnosticcallbackstateReturn ValueReturns IAsyncResult.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms