Creates a system timer for a given object. When a timer event occurs, sends SAM_Timer messages to the object in specified intervals. Timers are a limited global resource. Your application must check the value returned by SalTimerSet to verify that the timer was created.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalBoolean SetTimer(
	SalNumber nIDEvent,
	SalNumber nElapseMilliSec
)

Parameters

nIDEvent
Type: PPJ.Runtime..::..SalNumber
nElapseMilliSec
Type: PPJ.Runtime..::..SalNumber

Return Value

See Also