DetachInsteadOfUnLock Method (RealTimeBaseTable)
- Last UpdatedApr 08, 2026
- 1 minute read
It detaches the table object from shared memory. User can pair this function
with either Lock() or AttachInsteadOfLock(). If it's paired with Lock() then
lock will remain on table. User should then call AttachInsteadOfLock() and
then call UnLock() to remove the lock.