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


IReplicaValidation Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaValidation Interface
ArcGIS Developer Help

IReplicaValidation Interface

Provides access to members that validate a check-out. Note: the IReplicaValidation interface has been superseded by IReplicaValidation2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method ValidateDeltaFile Indicates if the check-out in a delta database is valid.
Method ValidateReplicaPair Indicates if the check-out in a check-out database is valid.

Classes that implement IReplicaValidation

Classes Description
ReplicaValidator Validates a check-out with the master geodatabase.

Remarks

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.

See Also

IReplicaValidation Interface | CheckOut Class | ICheckOut.CheckOutData Method | ICheckOut Interface