|   | Logical | 
 Inheritance Hierarchy
Inheritance Hierarchy
         Syntax
SyntaxThe LogicalThreadScheduler type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LogicalThreadScheduler | Creates a new instance of the LogicalThreadScheduler class. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | MaxThreadCount | Gets or sets the target for the maximum number of physical threads managed by this synchronization manager at any given time. | 
|  | PriorityLevels | Gets the number of levels of priority supported by this scheduler. | 
|  | UseBackgroundThreads | Gets or sets the flag that determines whether the threads in the scheduler's thread pool should be background threads. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateThread | Creates a new logical thread whose execution is managed by this scheduler. | 
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | UnhandledException | Triggered when an action managed by this synchronization manager throws an exception. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | GetEnumValueOrDefault | Gets the enumeration constant for value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|  | GetEnumValueOrDefaultT | Gets the enumeration constant for this value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
 See Also
See Also