The TimerWheeltype exposes the following members.

Constructors

  Name Description
TimerWheel Overloaded.

Methods

  Name Description
Dispose Overloaded.
Equals (Inherited from Object.)
Finalize
Releases resources held by the TimerWheel object before garbage collection.
(Overrides ObjectFinalize () () () .)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Fields

  Name Description
DefaultSectorCount
The number of sectors in the timer wheel. This value should be a power of 2.
DefaultSectorSpan
The span for each sector. This gives the resolution for the timer wheel.
MaxCurrentCount
Maximum possible value for the count for a timer item.
MaxSectors
Maximum possible value for number of sectors.
MaxSpanSeconds
Maximum possible value for span seconds.

See Also