Purpose
Called when a timer expires for a client. Register this callback by calling SPDAddTimeOut (see Section 6.2).
Syntax
public delegate void SPD_timerCallback
(
long id,
object passback
)
Description
id
is the value returned by the call to SPDAddTimeOut.
passback
is the value that the client specified for the passback parameter when it called SPDAddTimeOut.