Lock(IRealTimeTable,Int32,RecordLockRequestType) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Locks a specific record allowing, waiting indefinitely for the
lock to be achieved.
void Lock(
IRealTimeTable table,
int recordNumber,
OASySDNA.RealTime.HighPerformanceSetDB.RecordLockRequestType lockType
)
void Lock(
IRealTimeTable^ table,
int recordNumber,
OASySDNA.RealTime.HighPerformanceSetDB.RecordLockRequestType lockType
)
Parameters
- table
- The table that the record is associated with.
- recordNumber
- The record to lock.
- lockType
- How you want the record locked (e.g. read,write,etc).