LBM .Net API Documentation
LBMTimer Class
Namespacescom.latencybusters.lbmLBMTimer
LBM Timer class
Declaration Syntax
C#
public class LBMTimer : IDisposable
Members
All MembersConstructorsMethods



IconMemberDescription
LBMTimer(LBMContext, Int64)
Creates a timer associated with a specific context that expires with a specified delay.

LBMTimer(LBMContext, Int64, LBMEventQueue)
Creates a timer associated with a specific context and event queue that expires with a specified delay.

LBMTimer(LBMContext, Int64, LBMTimerCallback, Object)
Creates a timer associated with a specific context that expires with a specified delay.

LBMTimer(LBMContext, Int64, LBMTimerCallback, Object, LBMEventQueue)
Creates a timer associated with a specific context and event queue that expires with a specified delay.

addTimerCallback(LBMTimerCallback)
Register a timer callback

addTimerCallback(LBMTimerCallback, Object)
Register a timer callback (and callback token)

cancel()()()
Cancel timer

Dispose()()()
Dispose of this timer object

Finalize()()()
LBMTimer finalization
(Overrides Object.Finalize()()().)
removeTimerCallback(LBMTimerCallback)
Deregister a timer callback

removeTimerCallback(LBMTimerCallback, Object)
Deregister a timer callback

reschedule(Int64)
Reschedule this timer to expire in a specified number of milliseconds

Inheritance Hierarchy
Object
LBMTimer

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0