Global Functions
Implementing ostcDisconnect()
ostcDisconnect()
void ostcDisconnect();
You can use ostcDisconnect() to perform application-specific processing whenever the Server shuts down. You must implement this function, even if there is no such processing to perform.
The Server does not call this function within an ObjectStore transaction. You are responsible for using transactions to access persistent data within this function.
[previous] [next]