Click or drag to resize
Task Scheduler Managed Class Library

TaskServiceComHandlerUpdate Delegate

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

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public delegate void ComHandlerUpdate(
	short percentage,
	string message
)
Request Example View Source

Parameters

percentage
Type: SystemInt16
The percentage of completion (0 to 100).
message
Type: SystemString
An optional message.
See Also