[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
checks if an object has been modified in both ObjectContainers involved
in the replication process since the last time the two ObjectContainers
were replicated.
Namespace: Db4objects.Db4o.Replication
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub CheckConflict ( _
obj As Object _
) |
C# |
---|
void CheckConflict (
Object obj
) |
Visual C++ |
---|
void CheckConflict (
Object^ obj
) |
Parameters
- obj
- System.Object
- the object to check for a conflict.
Remarks