WriteSucceededTasks Method
- Last UpdatedApr 08, 2026
- 1 minute read
Performs any tasks that are required after a field has been changed.
protected void WriteSucceededTasks(
RealTimeField fieldToWrite,
RTChangeNotification notification,
bool isDataChanged
)
protected:
void WriteSucceededTasks(
RealTimeField^ fieldToWrite,
RTChangeNotification notification,
bool isDataChanged
)
Parameters
- fieldToWrite
- The field that was just modified.
- 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.
- isDataChanged
- Whether data is really changed inside the database.