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