Click or drag to resize
TimerEx Constructor
Initializes a new instance of the TimerEx class

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

Parameters

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