db4o

Db4oReplication.commit Method 

commits the replication task.

[Visual Basic]
Sub commit()
[C#]
void commit();
[C++]
void commit();
[JScript]
function commit();

Remarks

commits the replication task.

Call this method after replication is completed to write all changes back to the database files. This method will store information about the replication task to the database file to allow incremental replication for future replication runs.

See Also

Db4oReplication Interface | com.db4o.ext Namespace