This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaValidation Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that validate a check-out. Note: the IReplicaValidation interface has been superseded byIReplicaValidation2. Please consider using the more recent version.
Description | ||
---|---|---|
ValidateDeltaFile | Indicates if the check-out in a delta database is valid. | |
ValidateReplicaPair | Indicates if the check-out in a check-out database is valid. |
CoClasses and Classes | Description |
---|---|
ReplicaValidator | Validates a check-out with the master geodatabase. |
Apply these methods after the creation of a replica (check-out, two way or one way replica) to ensure the creation was successful and before checking in or synchronizing changes to ensure that the replica still exists and is valid on the target database.
If a FALSE is returned, the replica cannot be synchronized with the target database.
IReplicaValidation Interface | CheckOut Class | ICheckOut.CheckOutData Method | ICheckOut Interface