Click or drag to resize

SingleThreadTaskScheduler Constructor (FuncThread, Boolean)

Initializes a new instance of the SingleThreadTaskScheduler class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SingleThreadTaskScheduler(
	Func<Thread, bool> threadConfigure = null
)

Parameters

threadConfigure (Optional)
Type: SystemFuncThread, Boolean
An optional function to configure the thread before it's started. If the function returns false, the thread is not automatically started.
See Also