|
LogicalThread Constructor (Int32)
|
Namespace:
GSF.Threading
Assembly:
GSF.Core (in GSF.Core.dll) Version: 2.2.68-beta
Syntax public LogicalThread(
int priorityLevels
)
Public Sub New (
priorityLevels As Integer
)
public:
LogicalThread(
int priorityLevels
)
new :
priorityLevels : int -> LogicalThread
GSF.Threading.LogicalThread = function(priorityLevels);
Request Example
View SourceParameters
- priorityLevels
- Type: SystemInt32
The number of levels of priority supported by this logical thread.
See Also