TimerInterval property |
Applies to
TIB_Session
Declaration
Property TimerInterval : cardinal;
Description
This property controls the frequency that the session generates events to
the components (transactions only for now).
It is in intervals of thousanths of seconds. So, for two minutes, which is the
default (for the default session), enter 2000.
For explicit sessions the default is 0 which disables the timer. This is
because some models of threading may not work with the timer. So, I have it
disabled in order to avoid problems.