Defines a cluster. The format of a cluster string is <host>:<port>;<host>:<port>;...
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public static OnPremConnector DefineCluster( string clusterString )
Parameters
- clusterString
- Type: SystemString
Return Value
Type: OnPremConnectorExceptions
Exception | Condition |
---|---|
BusyClusterException | Cluster is busy with another task. |
See Also