AttachInsteadOfLock(RecordLockRequestType,Int32,IntPtr) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Attaches to shared memory without locking.
UnLock() or DetachInsteadOfUnLock() can be used to finish changes.
public virtual void AttachInsteadOfLock(
OASySDNA.RealTime.HighPerformanceSetDB.RecordLockRequestType lockType,
int recordNumber,
IntPtr recordPtrToAttach
)
public:
virtual void AttachInsteadOfLock(
OASySDNA.RealTime.HighPerformanceSetDB.RecordLockRequestType lockType,
int recordNumber,
IntPtr recordPtrToAttach
)
Parameters
- lockType
- What is the lock type (e.g. read,write,etc) of the record.
- recordNumber
- Record number of the record.
- recordPtrToAttach
- A record pointer which is already locked/attached.