ipDisconnect
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method closes the specified connection. All associated data should be freed. This call is generated when the user disconnects from the server. Immediately after this, the .NET object that was created for this connection will be destroyed.
int ipDisconnect(
int dam_hdbc)
Parameters for ipDisconnect
| Parameter | Type | Description |
| IN | ||
| dam_hdbc | int64 | Connection handle |
| RETURN | ||
| int | DAM_SUCCESS – on success DAM_FAILURE – on failure |