db4o

IReplicationProcess.CheckConflict Method 

checks if an object has been modified in both ObjectContainers involved in the replication process since the last time the two ObjectContainers were replicated.

void CheckConflict(
   object obj
);

Parameters

obj
- the object to check for a conflict.

Remarks

checks if an object has been modified in both ObjectContainers involved in the replication process since the last time the two ObjectContainers were replicated.

See Also

IReplicationProcess Interface | Db4objects.Db4o.Replication Namespace