This documentation is archived and is not being maintained.
ReqReaderWriterLock.exitInternal Method [AX 2012]
Exits the lock that was acquired earlier.
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.
| Exception | Condition |
|
Error
|
The lock has not been acquired.
|