NotifyRecordWrite Method
- Last UpdatedApr 08, 2026
- 1 minute read
Notifies PubSub and/or the Replication server of write operations into the record.
protected void NotifyRecordWrite(
RTChangeNotification notification,
bool isDataChanged
)
protected:
void NotifyRecordWrite(
RTChangeNotification notification,
bool isDataChanged
)
Parameters
- notification
- The type of notification that indicates whom will be notified and also if it will be done whether the data record has changed or not.
- isDataChanged
- Indicates whether the data record has changed or not.