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.5.0
Syntax public void Synchronize(
bool ignore
)
Parameters
- ignore
- Type: SystemBoolean
True if inconsistencies in the cluster should be ignored.
Exceptions See Also