WriteRecord(RealTimeRecord,RTChangeNotification) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Copies data from a given record into this RealTimeRecord, including all internal data.
public void WriteRecord(
RealTimeRecord record,
RTChangeNotification notification
)
public:
void WriteRecord(
RealTimeRecord^ record,
RTChangeNotification notification
)
Parameters
- record
- RealTimeRecord object to be copied.
- notification
- 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.