Click or drag to resize
OnPremConnectorSynchronize Method
Synchronizes all query processor in the eSales cluster. Will ignore inconsistencies between server nodes in the eSales cluster, by clearing the update history when ignore is set to true.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public void Synchronize(
	bool ignore
)

Parameters

ignore
Type: SystemBoolean
True if inconsistencies in the cluster should be ignored.
Exceptions
ExceptionCondition
BusyClusterExceptionCluster is busy with another task.
See Also