RealTimeRecord Constructor(RealTimeTable,Int32,RecordLockRequestType,IntPtr)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a RealTimeRecord instance with automatic binding to a table and a pointer to a record that is already locked/attached.
public RealTimeRecord(
RealTimeTable table,
int recordNumber,
RecordLockRequestType recordLockType,
IntPtr recordPtrToAttach
)
public:
RealTimeRecord(
RealTimeTable^ table,
int recordNumber,
RecordLockRequestType recordLockType,
IntPtr recordPtrToAttach
)
Parameters
- table
- The table to bind to.
- recordNumber
- The record number that is already locked.
- recordLockType
- The lock type to perform on the record (for example, read, write).
- recordPtrToAttach
- The record pointer that is already locked/attached.