Lock Method (RealTimeBaseTable)
- Last UpdatedApr 08, 2026
- 1 minute read
Locks the currently bound RealTime table. Bind(String) must be called before this routine. Waits for the given number of milliseconds before giving up (and throwing an exception).
| Overload | Description |
|---|---|
| Lock(TableLockRequestType,Int32) | Locks the currently bound RealTime table. Bind(String) must be called before this routine. Waits for the given number of milliseconds before giving up (and throwing an exception). |
| Lock(TableLockRequestType) | Locks the currently bound RealTime table. Bind(String) must be called before this routine. Waits indefinitely for the lock to take place. |