This document is archived and information here might be outdated. Recommended version. |
Occurs in the master geodatabase after data changes in either a replica geodatabase or delta database are transferred to the master geodatabase.
[Visual Basic .NET] Public Sub AfterSynchronizingDataChanges ( _ ByVal targetReplica As IReplica, _ ByVal dataChangesSource As Object, _ ByVal oidMappingTable As ITable, _ ByVal changesTable As ITable _ )
[C#] public void AfterSynchronizingDataChanges ( IReplica targetReplica, object dataChangesSource, ITable oidMappingTable, ITable changesTable );
[C++]
HRESULT AfterSynchronizingDataChanges(
IReplica* targetReplica,
LPUNKNOWN dataChangesSource,
ITable* oidMappingTable,
ITable* changesTable
);
[C++] Parameters targetReplica [in]
targetReplica is a parameter of type IReplica* dataChangesSource [in]
dataChangesSource is a parameter of type IUnknown oidMappingTable [in]
oidMappingTable is a parameter of type ITable* changesTable [in]
changesTable is a parameter of type ITable*