<< Click to Display Table of Contents >> AfterDisconnect |
![]() ![]() ![]() |
METHOD AfterDisconnect(sConn, oConn) CLASS <CALLBACK>
Arguments
sConn | Connection Name |
oConn | The connection object (not open yet) |
Returns |
Irrelevant
Description
With this callback you have the chance to Cleanup connection related things after the connection is closed
Example
METHOD AfterDisconnect (sConn, oConn) CLASS MyConnectionCallBack
// Clean up global reference to connection
goConn := NULL_OBJECT
RETURN NIL