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


CheckInDataSynchronizer Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Classes > C > CheckInDataSynchronizer Class
ArcGIS Developer Help

CheckInDataSynchronizerClass Class

Synchronizes changes from a check-out with the master geodatabase.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
ICheckInDataSynchronizer Provides access to members that synchronize changes from a check-out geodatabase or delta database with the master geodatabase.
ICheckInDataSynchronizer2 Provides access to members that synchronize changes from a check-out geodatabase or delta database with the master geodatabase.
IFeatureProgress (esriGeoDatabase) Provides access to members used to handle events from converting featureclass/table.
IReplicaProgress Provides access to members that monitor the progress of a check-out.

Remarks

This class can be used with the DeltaDataChanges and CheckOutDataChanges coClasses to update the master geodatabase with changes from the check-out geodatabase. This is similar to a check in, but in this case the data is still checked out after the synchronization.

NOTE: It is recommended that you use ICheckin interface to check in changes instead of this interface.

See Also

CheckIn Class | ICheckIn.CheckInFromGDB Method | ICheckIn Interface