Concept Framework 2.2 documentation Contents | Index

RemoteObject.AddTimer

Name Type Access Version Deprecated
AddTimer function public version 1.0 no

Prototype:
public function AddTimer(delegate, timeout)

Parameters:
delegate      the delegate function: prototype timer(Sender, EventData)
timeout      the timeout interval

Description:
This function sets up a timer. After timeout milliseconds, delegate will be called. The delegate is called only once; if it's needed more than once, a new call to AddTimer is required.

Returns:
This function returns the timeout interval

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:02 2013 GMT(c)2013 Devronium Applications