SingleThreadTaskScheduler Constructor (FuncThread, Boolean) |
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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