LBM .Net API Documentation
scheduleTimer Method
Namespacescom.latencybusters.lbmLBMContextscheduleTimer()()()
Members
IconMemberDescription
scheduleTimer(Int64)
Create an LBM Timer object and retains an internal reference to it. This prevents the timer from being reclaimed by the garbage collector before it expires.

scheduleTimer(Int64, LBMEventQueue)
Creates a timer associated with this context and a specified event queue that expires with a specified delay, and retains an internal reference to it. This prevents the timer from being reclaimed by the garbage collector before it expires.

scheduleTimer(Int64, LBMTimerCallback, Object)
Creates a timer associated with this context that expires with specified delay, and retains an internal reference to it. This prevents the timer from being reclaimed by the garbage collector before it expires.

scheduleTimer(Int64, LBMTimerCallback, Object, LBMEventQueue)
Creates a timer associated with this context and a specified event queue that expires with a specified delay. This prevents the timer from being reclaimed by the garbage collector before it expires.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0