[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)
modifies the replication policy, what to do on a call to
Db4objects.Db4o.Replication.IReplicationProcess.Replicate
.
If no direction is set, the replication process will be bidirectional by default.
Namespace: Db4objects.Db4o.Replication
If no direction is set, the replication process will be bidirectional by default.
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Sub SetDirection ( _ relicateFrom As IObjectContainer, _ replicateTo As IObjectContainer _ ) |
| C# |
|---|
void SetDirection ( IObjectContainer relicateFrom, IObjectContainer replicateTo ) |
| Visual C++ |
|---|
void SetDirection ( IObjectContainer^ relicateFrom, IObjectContainer^ replicateTo ) |
Parameters
- relicateFrom
- Db4objects.Db4o.IObjectContainer
the ObjectContainer to replicate from
- replicateTo
- Db4objects.Db4o.IObjectContainer
the ObjectContainer to replicate to