public class LogicalThreadSchedulerPublic Class LogicalThreadSchedulerpublic ref class LogicalThreadSchedulerGemstone.Threading.LogicalThreads.LogicalThreadScheduler = function();
Type.createClass(
'Gemstone.Threading.LogicalThreads.LogicalThreadScheduler');| LogicalThreadScheduler | Creates a new instance of the LogicalThreadScheduler class. |
| 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 schedulers thread pool should be background threads. |
| 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) |
| UnhandledException | Triggered when an action managed by this synchronization manager throws an exception. |