Click or drag to resize

RestartManagerRestart Method (IEnumerableProcess, ContextCallback, Boolean)

Restarts the specified processes.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void Restart(
	IEnumerable<Process> processes,
	ContextCallback stoppedAction = null,
	bool throwOnError = true
)

Parameters

processes
Type: System.Collections.GenericIEnumerableProcess
The processes.
stoppedAction (Optional)
Type: System.ThreadingContextCallback
The stopped action.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw in case of Windows Restart Manager errors.
Exceptions
ExceptionCondition
ArgumentNullExceptionprocesses is null.
See Also