Lock Method (RealTimeBaseRecord)
- 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(RecordLockRequestType,Int32) | Locks a specific record allowing for a timeout to be specified. |
| Lock(RecordLockRequestType) | Locks a specific record allowing for a timeout to be specified. |
| Lock(RealTimeBaseTable,Int32,RecordLockRequestType,Int32) | Locks a specific record allowing for a timeout to be specified. |
| Lock(RealTimeBaseTable,Int32,RecordLockRequestType) | Lock a specific record allowing, waiting indefinitely for the lock to be achieved. |
| Lock(String,TableLockRequestType,Int32,RecordLockRequestType) | Lock a specific record allowing, waiting indefinitely for the lock to be achieved. |