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)

'Usage
Dim instance As New MonitoringTaskStatusChangeCallback(AddressOf HandlerMethod)

[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, and

Target Platforms

 

Community Additions

ADD
Show: