LumiSoft Net Help
TimerEx Constructor (interval, autoReset)
NamespacesLumiSoft.NetTimerExTimerEx(Double, Boolean)
Default contructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public TimerEx(
	double interval,
	bool autoReset
)
Public Sub New ( 
	interval As Double,
	autoReset As Boolean
)
public:
TimerEx(
	double interval, 
	bool autoReset
)
new : 
        interval : float * 
        autoReset : bool -> TimerEx
Parameters
interval (Double)
The time in milliseconds between events.
autoReset (Boolean)
Specifies if timer is auto reseted.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119