RealTimeRecord Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| RealTimeRecord Constructor() | Constructor |
| RealTimeRecord Constructor(RealTimeRecord) | Constructor with default OASySDNA.RealTime.HighPerformanceDB.RealTimeRecord |
| RealTimeRecord Constructor(IRealTimeTable,Int32) | Constructor to construct the record with automatic binding to a table and a specific record number |
| RealTimeRecord Constructor(IRealTimeTable,IntPtr) | Constructor to construct the record with automatic binding to a table and a pointer to a record that is considered owned elsewhere. This constructor should only be used in code that transitions between .NET and the underlying C++ libraries. The pointer given will NOT be freed when this record object is destroyed. The caller is responsible for ensuring that the pointer points to a correctly sized block of memory that has been initialized properly. The caller also must take responsibility for keeping the memory well allocated for the duration that this record object is alive. |
| RealTimeRecord Constructor(IRealTimeTable,Int32,RecordLockRequestType,IntPtr) | Constructor to construct the record with automatic binding to a table and a pointer to a record which is already locked/attached. This constructor should only be used in code that transitions between .NET and the underlying C++ libraries. |
| RealTimeRecord Constructor(IRealTimeTable) | Constructor to construct the record with automatic binding to a table and a specific record number |