CreateRecord(IRealTimeSetRecord,Int32,RTChangeNotification) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Create a new record in the RealTime Database, given
a local copy of the new record.
public virtual RealTimeSetRecord CreateRecord(
IRealTimeSetRecord record,
int recordNumber,
OASySDNA.RealTime.HighPerformanceSetDB.RTChangeNotification notification
)
public:
virtual RealTimeSetRecord^ CreateRecord(
IRealTimeSetRecord^ record,
int recordNumber,
OASySDNA.RealTime.HighPerformanceSetDB.RTChangeNotification notification
)
Parameters
- record
- The local copy of the new record that will be generated
- recordNumber
- The record number (slot number) to be created. Set it to zero for next available slot number.
- notification
- Change notification for new record. When table is unlocked, request will be sent to publisher or replication server depending on this parameter value.
Return Value
The new record number