Click or drag to resize

LogicalThread Constructor (Int32)

Creates a new instance of the LogicalThread class.

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

Parameters

priorityLevels
Type: SystemInt32
The number of levels of priority supported by this logical thread.
See Also