Share via


TimerWheel Class

Defines a queue of expiring items.

Inheritance Hierarchy

System..::..Object
  Microsoft.Rtc.Signaling..::..TimerWheel

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class TimerWheel _
    Implements IDisposable
'Usage
Dim instance As TimerWheel
public class TimerWheel : IDisposable

Remarks

As an optimization, items are grouped in intervals based on their expiration time, and only the items in a given interval are inspected in one pass.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TimerWheel Members

Microsoft.Rtc.Signaling Namespace