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: 3.47.3
Syntax
C#
public void Synchronize( bool ignore )
Parameters
- ignore
- Type: SystemBoolean
True if inconsistencies in the cluster should be ignored.
Exceptions
Exception | Condition |
---|---|
BusyClusterException | Cluster is busy with another task. |
See Also