PriorityStrand Class

Schedules tasks in a collection of FIFO queues and executes them in priority order.

Definition

Namespace: Gemstone.Threading.Strands
Assembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.128 -- Release Build+d4a9a653be1def5888b9be91bb1825c8655f3529
public class PriorityStrand
Inheritance
Object    PriorityStrand

Constructors

PriorityStrand Creates a new instance of the PriorityStrand class with a ShortSynchronizedOperation.
PriorityStrand(Int32) Creates a new instance of the PriorityStrand class with a ShortSynchronizedOperation.
PriorityStrand(SynchronizedOperationFactory) Creates a new instance of the PriorityStrand class.
PriorityStrand(SynchronizedOperationFactory, Int32) Creates a new instance of the PriorityStrand class.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetScheduler Gets a TaskScheduler used to queue tasks at a specific priority.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also