[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
replicates an object.
Namespace: Db4objects.Db4o.Replication
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Replicate ( _ obj As Object _ ) |
C# |
---|
void Replicate ( Object obj ) |
Visual C++ |
---|
void Replicate ( Object^ obj ) |
Parameters
Remarks
replicates an object.
By default the version number of the object is checked in both ObjectContainers involved in the replication process. If the version number has not changed since the last time the two ObjectContainers were replicated
By default the version number of the object is checked in both ObjectContainers involved in the replication process. If the version number has not changed since the last time the two ObjectContainers were replicated