SE_connection_free

Disconnects the application from the ArcSDE server

Usage syntax

void SE_connection_free (SE_CONNECTION connection);

Parameters
connection The connection handle
Description

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.

Notes

∙  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.