This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISynchronizationHelper Interface > ISynchronizationHelper.FinishSynchronization Method (ArcObjects .NET 10.4 SDK) |
Call this after synchronizing.
[Visual Basic .NET] Public Sub FinishSynchronization ( _ ByVal PropertySet As IPropertySet _ )
[C#] public void FinishSynchronization ( IPropertySet PropertySet );
[C++]
HRESULT FinishSynchronization(
IPropertySet* PropertySet
);
[C++]
Parameters PropertySet [in]
PropertySet is a parameter of type IPropertySet
FinishSynchronization indicates that the synchronization process is complete. Changes to the XML property set that occurred during synchronization are saved in the metadata document.