AttachInsteadOfLock(RecordLockRequestType,Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Attaches to shared memory without locking.
UnLock() or DetachInsteadOfUnLock() can be used to finish changes.
void AttachInsteadOfLock(
OASySDNA.RealTime.HighPerformanceSetDB.RecordLockRequestType lockType,
int recordNumber
)
void AttachInsteadOfLock(
OASySDNA.RealTime.HighPerformanceSetDB.RecordLockRequestType lockType,
int recordNumber
)
Parameters
- lockType
- How do you want the record be attached (e.g. read,write,etc).
- recordNumber
- Record number to bind to.