TimerItem Class

Defines a timer item.

Inheritance Hierarchy

System..::..Object
  Microsoft.Rtc.Signaling..::..TimerItem

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

Syntax

'Declaration
Public Class TimerItem
'Usage
Dim instance As TimerItem
public class TimerItem

Remarks

When the timer expires, a supplied callback is called. The timer item needs access to a [TimerWheel] in which the timer item is managed.

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

TimerItem Members

Microsoft.Rtc.Signaling Namespace