Purpose
Remove a timer that was created by calling SPDAddTimeOut.
Syntax
#using Spo.SPDlib SPD_errorType SPDRemoveTimeOut ( long timer_id );
Description
This function removes a timer that was created by calling SPDAddTimeOut.
timer
is the identifier of the timer returned by the call to SPDAddTimeOut.
Return Value
The return value indicates whether an error occurred, as follows.
Return | Indication |
SPD_normal | No error |
SPD_notInitialized | SPDInitClient not called previously |
SPD_badTimer | Bad timer parameter |
SPD_errException | A .NET runtime exception occurs |
See Also
See also the following client functions:
SPDAddTimeout (see Section [xref text to replace])