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