SE_connection_free |
Disconnects the application from the ArcSDE server
void SE_connection_free (SE_CONNECTION connection);
connection | The connection handle |
SE_connection_free disconnects the application from the ArcSDE server. The ArcSDE server task is shut down, and all resources associated with the connection are released.
∙ An ArcSDE application should always call SE_connection_free prior to shutting down the application. If it does not, the ArcSDE server process for the connection will eventually detect the break in communication, and execute the equivalent clean-up procedure. Open transactions are committed during the clean-up procedure.