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.

ExceptionCondition
Error

The lock has not been acquired.

Community Additions

ADD
Show: