MonitoringTaskStatusChangeCallback Delegate

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

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

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

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

Parameters

batchId
Type: System::Guid

The batch identifier of the current notification.

results
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringTaskResult^>^

The results of the change.

completed
Type: System::Boolean

Determines whether this is the last update for the batch.

Return to top
Show: