WriteRecord(RealTimeBaseRecord,RTChangeNotification) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Overwrite given record to this record. It will copy internal data of record
to this record.
public virtual void WriteRecord(
RealTimeBaseRecord record,
OASySDNA.RealTime.HighPerformanceSetDB.RTChangeNotification notification
)
public:
virtual void WriteRecord(
RealTimeBaseRecord^ 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.