MonitoringRecoveryStatusChangeCallback Delegate

The delegate for handling recovery status change notifications.

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

Usage

'Usage
Dim instance As New MonitoringRecoveryStatusChangeCallback(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Sub MonitoringRecoveryStatusChangeCallback ( _
    jobId As Guid, _
    result As MonitoringRecoveryResult _
)
public delegate void MonitoringRecoveryStatusChangeCallback (
    Guid jobId,
    MonitoringRecoveryResult result
)
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.

Platforms

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

See Also

Reference

Microsoft.EnterpriseManagement.Monitoring Namespace

Send comments about this topic to Microsoft.