Product Documentation

Database Administrator's Guide

Previous Topic

Next Topic

USER_SIGNAL_DOWN

USER_SIGNAL_DOWN my_parameter

Developers using the c-tree Server SDK may define functionality to occur at Server shutdown.

This keyword passes my_parameter to a user-defined function in ctclbk.c, which the developer should alter to suit the needs of the custom server:

NINT ctusersig_down(TEXT mystring)

This keyword can be specified multiple times with different parameters to accomplish different tasks provided the user-defined function is implemented accordingly.

Default: OFF

See Also

USER_SIGNAL_READY

SIGNAL_DOWN

SIGNAL_READY

TOCIndex