
Icon | Member | Description |
---|---|---|
![]() | createTimer(Int64) |
Create an LBM Timer object
|
![]() | createTimer(Int64, LBMEventQueue) |
Creates a timer associated with this context and a specified event queue
that expires with a specified delay.
|
![]() | createTimer(Int64, LBMTimerCallback, Object) |
Creates a timer associated with this context that expires with
specified delay.
|
![]() | createTimer(Int64, LBMTimerCallback, Object, LBMEventQueue) |
Creates a timer associated with this context and a specified event queue
that expires with a specified delay.
|