MonitoringRecoveryStatusChangeCallback Delegate
System Center
The delegate for handling recovery status change notifications.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
public delegate void MonitoringRecoveryStatusChangeCallback ( Guid jobId, MonitoringRecoveryResult^ result )
/** @delegate */ public delegate void MonitoringRecoveryStatusChangeCallback ( Guid jobId, MonitoringRecoveryResult result )
Parameters
- jobId
The globally unique identifier (GUID) for the job of the current notification.
- result
The MonitoringRecoveryResult object that was changed.
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XPTarget Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XPSend comments about this topic to Microsoft.
Show: