Concept Framework 2.0 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: Fri Jan 21 18:06:08 2011 GMT(c)2011 RadGs Software