Click or drag to resize

LogicalThreadSchedulerCreateThread Method (Int32)

Creates a new logical thread whose execution is managed by this scheduler.

Namespace:  GSF.Threading
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.2.68-beta
Syntax
public LogicalThread CreateThread(
	int priorityLevels
)
Request Example View Source

Parameters

priorityLevels
Type: SystemInt32
The number of levels of priority supported by the logical thread.

Return Value

Type: LogicalThread
A new logical thread managed by this scheduler.
See Also