LBM .Net API Documentation
createTimer Method (milliseconds, lbmevq)
Namespacescom.latencybusters.lbmLBMContextcreateTimer(Int64, LBMEventQueue)
Creates a timer associated with this context and a specified event queue that expires with a specified delay.
Declaration Syntax
C#
public LBMTimer createTimer(
	long milliseconds,
	LBMEventQueue lbmevq
)
Parameters
milliseconds (Int64)
Number of milliseconds until the timer expires
lbmevq (LBMEventQueue)
Event queue with with which to associate this timer (the timer events will be posted to this event queue)
Return Value
LBMTimer object
Remarks
References to timers created using this method are not maintained internally. If the timer returned by this method goes out of scope and is reclaimed by the garbage collector, callbacks registered for this timer will not execute. To create a timer with an internally maintained reference, see the scheduleTimer(Int64) method.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0