Lock(TableLockRequestType,Int32) Method
- 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).
public virtual void Lock(
OASySDNA.RealTime.HighPerformanceSetDB.TableLockRequestType lockType,
int millisecondsToWait
)
public:
virtual void Lock(
OASySDNA.RealTime.HighPerformanceSetDB.TableLockRequestType lockType,
int millisecondsToWait
)
Parameters
- lockType
- The kind of lock that you want (read,write,etc).
- millisecondsToWait
- The amount of time to wait (in milliseconds)