RealTimeRecord Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| RealTimeRecord Constructor() | Initializes a RealTimeRecord instance. |
| RealTimeRecord Constructor(RealTimeTable) | Initializes a RealTimeRecord instance that will immediately bind to the given table. |
| RealTimeRecord Constructor(RealTimeTable,Int32) | Initializes a RealTimeRecord instance that will immediately bind to the given table and record number. |
| RealTimeRecord Constructor(RealTimeTable,IntPtr) | Initializes a RealTimeRecord instance that will immediately bind to the given table and record pointer that is considered owned elsewhere. |
| RealTimeRecord Constructor(RealTimeTable,Int32,RecordLockRequestType,IntPtr) | Initializes a RealTimeRecord instance with automatic binding to a table and a pointer to a record that is already locked/attached. |