MonitoringDiagnosticStatusChangeCallback Delegate

System Center
The delegate for handling diagnostic status change notifications.

Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

'Usage
Dim instance As New MonitoringDiagnosticStatusChangeCallback(AddressOf HandlerMethod)

public delegate void MonitoringDiagnosticStatusChangeCallback (
	Guid jobId, 
	MonitoringDiagnosticResult^ result
)
/** @delegate */
public delegate void MonitoringDiagnosticStatusChangeCallback (
	Guid jobId, 
	MonitoringDiagnosticResult result
)

Parameters

jobId

The globally unique identifier (GUID) for the job of the current notification.

result

The MonitoringDiagnosticResult object that changed.

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

Send comments about this topic to Microsoft.
Show: