AttachInsteadOfLock(RecordLockRequestType) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Attaches an already bound record to the shared memory without locking. UnLock or DetachInsteadOfUnLock can be used to finish changes.
public void AttachInsteadOfLock(
RecordLockRequestType lockType
)
public:
void AttachInsteadOfLock(
RecordLockRequestType lockType
)
Parameters
- lockType
- The type of lock to perform on the record (for example, read, write).
| Exception | Description |
|---|---|
| OASySDNA.Common.DNAException | Thrown always. This method should never be called. |