Concept Framework 1.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: Thu Oct 15 20:01:51 2009 GMT(c)2009 RadGs Software