Lock(RealTimeSetTable,Int32,RecordLockRequestType) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Locks a specific record, waiting indefinitely for the lock to be achieved.
public void Lock(
RealTimeSetTable table,
int recordNumber,
RecordLockRequestType recordLockType
)
public:
void Lock(
RealTimeSetTable^ table,
int recordNumber,
RecordLockRequestType recordLockType
)
Parameters
- table
- The table that the record is associated with.
- recordNumber
- The record to lock.
- recordLockType
- The type of lock to perform on the record (for example, read, write).