AttachInsteadOfLock(RecordLockRequestType,Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Attaches to the shared memory without locking. UnLock or DetachInsteadOfUnLock can be used to finish changes.
public void AttachInsteadOfLock(
RecordLockRequestType lockType,
int recordNumber
)
public:
void AttachInsteadOfLock(
RecordLockRequestType lockType,
int recordNumber
)
Parameters
- lockType
- The type of lock to perform on the record (for example, read, write).
- recordNumber
- The record number to bind to.