This document is archived and information here might be outdated. Recommended version. |
Get the possible replica synchronization direction.
Constant | Value | Description |
---|---|---|
esriReplicaSynchronizeFromReplica1ToReplica2 | 1 | Synchronize from replica1 to replica2. |
esriReplicaSynchronizeFromReplica2ToReplica1 | 2 | Synchronize from replica2 to replica1. |
esriReplicaSynchronizeBoth | 3 | Synchronize in both directions. |
The esriReplicaSynchronizeDirection enumeration contains values that represent different replica synchronize directions.
The members of this enumeration are represented as follows:
· esriReplicaSynchronizeFromReplica1ToReplica2=1 - The default direction. Data changes will be synchronized from replica1 to replica2.
· esriReplicaSynchronizeFromReplica2ToReplica1 = 2 - Data changes will be synchronized from replica2 to replica1.
· esriReplicaSynchronizeBoth = 3 - Data changes will be synchronized in both directions. First from replica1 to replica2, and then from replica2 to replica1.