Lock Method (IRealTimeRecord)
- Last UpdatedApr 08, 2026
- 1 minute read
Locks a specific record allowing for a timeout to be specified.
| Overload | Description |
|---|---|
| Lock(RecordLockRequestType,Int32,Int32) | Locks a specific record allowing for a timeout to be specified. |
| Lock(IRealTimeTable,Int32,RecordLockRequestType) | Locks a specific record allowing, waiting indefinitely for the lock to be achieved. |
| Lock(IRealTimeTable,Int32,RecordLockRequestType,Int32) | Locks a specific record allowing for a timeout to be specified. |
| Lock(String,TableLockRequestType,Int32,RecordLockRequestType) | Locks a specific record allowing, waiting indefinitely for the lock to be achieved. |
| Lock(RecordLockRequestType) | Locks a specific record allowing for a timeout to be specified. |
| Lock(RecordLockRequestType,Int32) | Locks a specific record allowing for a timeout to be specified. |