WriteRecord(RealTimeBaseRecord,RTChangeNotification) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Overwrites a given record to this record. It will copy
the internal data of the record to this record.
public virtual void WriteRecord(
RealTimeBaseRecord record,
RTChangeNotification notification
)
public:
virtual void WriteRecord(
RealTimeBaseRecord^ record,
RTChangeNotification notification
)
Parameters
- record
- Record to be copied.
- notification
- A change notification for data. When the record is unlocked, a request will be sent to the Publisher or the Replication server, depending on this parameter's value.