ReqReaderWriterLock.exitInternal Method [AX 2012]
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. |