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