Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exits the lock that was acquired earlier.
Syntax
private void exitInternal(str _lockName, [boolean _removeConnectionFromMap])
Run On
Server
Parameters
- _lockName
Type: str
The name of the lock.
- _removeConnectionFromMap
Type: boolean
A Boolean value that indicates whether to remove the connection from the connection map; optional.
Exceptions
Exception | Condition |
---|---|
Error | The lock has not been acquired. |