This event is fired after the version is reconciled, associating it with a new database state. Applications must discard or refresh any cached row objects.
[Visual Basic 6.0] Event OnReconcile(
ByVal targetVersionName As String, _
ByVal HasConflicts As Boolean _
)
[Visual Basic .NET] Public Event OnReconcile As OnReconcileEventHandler
[C#] public event OnReconcileEventHandler OnReconcile
[C++]
HRESULT OnReconcile(
BSTR targetVersionName,
VARIANT_BOOL HasConflicts
);
[C++]Parameters
targetVersionName [in] targetVersionName is a parameter of type BSTR HasConflicts [in] HasConflicts is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.