Auf Englisch lesen

Freigeben über


MonitoringTaskStatusChangeCallback Delegate

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The delegate for handling task status change notifications (per batch).

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

Usage

'Usage
Dim instance As New MonitoringTaskStatusChangeCallback(AddressOf HandlerMethod)

Syntax

[ObsoleteAttribute("Use TaskStatusChangeCallback")] 
public delegate void MonitoringTaskStatusChangeCallback (
    Guid batchId,
    ReadOnlyCollection<MonitoringTaskResult> results,
    bool completed
)

Parameters

  • batchId
    The batch identifier of the current notification.
  • results
    The results of the change.
  • completed
    Determines whether this is the last update for the batch.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

Microsoft.EnterpriseManagement.Monitoring Namespace