This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IC > ICheckInDataSynchronizer Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that synchronize changes from a check-out geodatabase or delta database with the master geodatabase. Note: the ICheckInDataSynchronizer interface has been superseded byICheckInDataSynchronizer2. Please consider using the more recent version.
Description | ||
---|---|---|
Synchronize | Synchronizes the changes in the check-out geodatabase or delta database with the master geodatabase. |
CoClasses and Classes | Description |
---|---|
CheckInDataSynchronizer | Synchronizes changes from a check-out with the master geodatabase. |
This interface provides Synchronize a method to synchronize changes in a check-out.
The Synchronize method transfers the changes from a check-out geodatabase (either personal, file, or ArcSDE) or a delta file to the parent replica (previously referred to as the master geodatabase). It does not unregister the check-out.
NOTE: It is recommended that you use ICheckin interface to check in changes instead of this interface.