WriteRecord Method (IRealTimeSetRecord)
- Last UpdatedApr 08, 2026
- 1 minute read
Overwrite given record to this record. It will copy internal data of record
to this record.
void WriteRecord(
RealTimeSetRecord record,
OASySDNA.RealTime.HighPerformanceSetDB.RTChangeNotification notification
)
void WriteRecord(
RealTimeSetRecord^ record,
OASySDNA.RealTime.HighPerformanceSetDB.RTChangeNotification notification
)
Parameters
- record
- Record object to be copied.
- notification
- Change notification for data. When record is unlocked, request will be sent to publisher or replication server depending on this parameter value.