ClearBox Server™ v1.2 Developer's Guide

ICommonExtender::TimerCall

This method is called by extension periodically with interval specified by secsInterval at ICommonExtender::RequestTimerCall request.

HRESULT TimerCall
();

Return Values

Nothing happens if extension returns error code, error is not logged.

Thread Safety

This method is called in context of SCHEDULE thread. (See Server Threads Model for details.) You should synchronize data which is shared with other threads.

Remarks

Server extension may use this method to update cache if it manages one, for example, check connection to its SQL datasource, and more...

See Also

ICommonExtender, ICommonExtender::RequestTimerCall


© 2001-2003 XPerience Technologies. www.xperiencetech.com

Created by chm2web html help conversion utility.