Lock(TableLockRequestType) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Locks the currently bound table and waits indefinitely for the lock to be achieved.
public override void Lock(
TableLockRequestType tableLockType
)
public:
void Lock(
TableLockRequestType tableLockType
) override
Parameters
- tableLockType
- The lock type to perform on the table (for example, read, write).
OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseTable.Bind must be called before this method.