WriteRecord(RealTimeSetRecord,RTChangeNotification) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Overwrites the given record to this record. It will copy the
internal data of the record to this record.
public void WriteRecord(
RealTimeSetRecord record,
RTChangeNotification notification
)
public:
void WriteRecord(
RealTimeSetRecord^ record,
RTChangeNotification notification
)
Parameters
- record
- The record object to be copied.
- notification
- The 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.