TaskStatusChangeCallback Delegate

Updated: April 16, 2012

Represents a method for handling task status change notifications per batch. Namespace: Microsoft.EnterpriseManagement.Runtime
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)Dim instance As New TaskStatusChangeCallback(AddressOf HandlerMethod)Public Delegate Sub TaskStatusChangeCallback ( _ batchId As Guid, _ results As IList(Of TaskResult), _ completed As Boolean _ )public delegate void TaskStatusChangeCallback ( Guid batchId, IList<TaskResult> results, bool completed )public delegate void TaskStatusChangeCallback ( Guid batchId, IList<TaskResult^>^ results, bool completed )/** @delegate */ public delegate void TaskStatusChangeCallback ( Guid batchId, IList<TaskResult> results, boolean completed )ParametersbatchIdThe batch id of the current notification.resultsThe results.completedA value that indicates whether this is the last update for this batchId.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms