AttachInsteadOfLock Method (IRealTimeBaseRecord)
- Last UpdatedApr 08, 2026
- 1 minute read
Attaches an already bound record to shared memory without locking.
UnLock() or DetachInsteadOfUnLock() can be used to finish changes.
| Overload | Description |
|---|---|
| AttachInsteadOfLock(RecordLockRequestType) | Attaches an already bound record to shared memory without locking. UnLock() or DetachInsteadOfUnLock() can be used to finish changes. |
| AttachInsteadOfLock(RecordLockRequestType,Int32,IntPtr) | Attaches to shared memory without locking. UnLock() or DetachInsteadOfUnLock() can be used to finish changes. |
| AttachInsteadOfLock(RecordLockRequestType,Int32) | Attaches to shared memory without locking. UnLock() or DetachInsteadOfUnLock() can be used to finish changes. |