Click or drag to resize

RestartManagerGetWaitToKillTimeout Method

Gets the wait to kill timeout, that is, how long the system waits for services to stop after notifying the service that the system is shutting down

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int GetWaitToKillTimeout()

Return Value

Type: Int32
A number of milliseconds.
See Also