Click or drag to resize

RestartManagerStatusHandler Delegate

Represents the method that handles status updates.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public delegate void StatusHandler(
	int percentComplete
)

Parameters

percentComplete
Type: SystemInt32
The percentage completed.
See Also