AfterDisconnect

<< Click to Display Table of Contents >>

Navigation:  The Vo2Ado RDD > CallBacks > Connection CallBack Methods >

AfterDisconnect

Previous pageReturn to chapter overviewNext page

METHOD AfterDisconnect(sConn, oConn) CLASS <CALLBACK>

 

Arguments

 

sConnConnection Name
oConnThe 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