I'm using ArcObjects for .NET to create an one-way replica from my geodata-service (master) to an ArcSDE geodatabase (slave).
During synchronization I do need metadata about the incoming changes to fulfill my business logic. So I need to know which globalIDs where added/updated/removed.
Can someone tell me if this is possible?Are there some events or callbacks I can register to?
The API I'm currently using is
IReplicationAgent replicationAgent = new ReplicationAgentClass();replicationAgent.SynchronizeReplica(srcDb, dstDb, parentReplica, childReplica, conflictPolicy, syncDirection, columnLevel);
أكثر...
During synchronization I do need metadata about the incoming changes to fulfill my business logic. So I need to know which globalIDs where added/updated/removed.
Can someone tell me if this is possible?Are there some events or callbacks I can register to?
The API I'm currently using is
IReplicationAgent replicationAgent = new ReplicationAgentClass();replicationAgent.SynchronizeReplica(srcDb, dstDb, parentReplica, childReplica, conflictPolicy, syncDirection, columnLevel);
أكثر...