Click or drag to resize

SingleThreadTaskScheduler Constructor (String)

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(
	string threadName
)

Parameters

threadName
Type: SystemString
The thread name.
See Also