Click or drag to resize

TimerEx Constructor

Initializes a new instance of the TimerEx class

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public TimerEx(
	int interval,
	bool autoreset = true
)

Parameters

interval
Type: SystemInt32
autoreset (Optional)
Type: SystemBoolean
See Also