Click or drag to resize

EventTimer Constructor

Initializes a new instance of the EventTimer class

Namespace:  AxiomCore2.Events
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
public EventTimer(
	EventDelegatesOnTimerCallback callback,
	int dueTime,
	int period = -1,
	Object userData = null
)

Parameters

callback
Type: AxiomCore2.EventsEventDelegatesOnTimerCallback
dueTime
Type: SystemInt32
period (Optional)
Type: SystemInt32
userData (Optional)
Type: SystemObject
See Also