This document is archived and information here might be outdated. Recommended version. |
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 .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 bool