
Icon | Member | Description |
---|---|---|
![]() | 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.
|