TaskServiceComHandlerUpdate Delegate

Delegate for methods that support update calls during COM handler execution.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public delegate void ComHandlerUpdate(
	short percentage,
	string message
)

Parameters

percentage  Int16
The percentage of completion (0 to 100).
message  String
An optional message.

See Also