RestartManagerRestartProcessesLockingFile Method (String, ContextCallback, Boolean, Exception) |
Restarts the processes locking a specific file.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public void RestartProcessesLockingFile(
string path,
ContextCallback stoppedAction,
bool throwOnError,
out Exception error
)
Parameters
- path
- Type: SystemString
The file path. - stoppedAction
- Type: System.ThreadingContextCallback
The stopped action. - throwOnError
- Type: SystemBoolean
if set to true errors may be throw in case of Windows Restart Manager errors. - error
- Type: SystemException
The error, if any.
Exceptions See Also