Contents LDAP SCL Interface Previous Next

_CLOSE

Closes the connection to the LDAP server

Syntax

_CLOSE

Details

When invoked on an LDAPSERVICES instance, the _CLOSE method closes the connection to the LDAP server, as shown in the following example:
rc = ds._CLOSE();

Contents LDAP SCL Interface Previous Next