This document is archived and information here might be outdated.  Recommended version.


IWorkspaceReplicaSyncEvents.AfterSynchronizingDataChanges Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceReplicaSyncEvents.AfterSynchronizingDataChanges Method

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 LPUNKNOWN oidMappingTable [in]
oidMappingTable is a parameter of type ITable changesTable [in]
changesTable is a parameter of type ITable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceReplicaSyncEvents Interface