MonitoringTaskStatusChangeCallback Delegate
System Center
Updated: April 16, 2012
[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)
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
[ObsoleteAttribute(L"Use TaskStatusChangeCallback")] public delegate void MonitoringTaskStatusChangeCallback ( Guid batchId, ReadOnlyCollection<MonitoringTaskResult^>^ results, bool completed )
/** @delegate */
/** @attribute ObsoleteAttribute("Use TaskStatusChangeCallback") */
public delegate void MonitoringTaskStatusChangeCallback (
Guid batchId,
ReadOnlyCollection<MonitoringTaskResult> results,
boolean 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.
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Community Additions
ADD
Show: