Click or drag to resize

TimerControllerExecuteTimer Method

Executes a timer and thereby triggers the events and data exchanges that are hooked up on the timer. The method is used to execute a timer manually.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool ExecuteTimer(
	int timerId
)

Parameters

timerId
Type: SystemInt32

Return Value

Type: Boolean
See Also