Lock(TableLockRequestType) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Locks the currently bound RealTime table. Bind(String) must be called before this routine. Waits indefinitely for the lock to take place.
public virtual void Lock(
OASySDNA.RealTime.HighPerformanceSetDB.TableLockRequestType tableLockType
)
public:
virtual void Lock(
OASySDNA.RealTime.HighPerformanceSetDB.TableLockRequestType tableLockType
)
Parameters
- tableLockType
- The kind of lock that you want (read,write,etc).