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.12.0
Syntax
C#
public delegate void ComHandlerUpdate(
	short percentage,
	string message
)
Request Example View Source

Parameters

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