PriorityStrandGetScheduler Method
Namespace: Gemstone.Threading.StrandsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.138 -- Release Build+45b5271a2dafa59bb75ccbb6019faabf2c5f392a
function GetScheduler(priority);
- priority Int32
- The priority at which tasks should be queued by the returned TaskScheduler. Higher numbers are higher in priority!
TaskSchedulerA
TaskScheduler that queues tasks into the strand at the given priority.
For a strand with n priorities, it is recommended to use priority levels between 0 and n-1 inclusive.