OnPremConnectorDefineCluster Method A Sandcastle Documented Class Library
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: 4.0.0
Syntax

C#
public static OnPremConnector DefineCluster(
	string clusterString
)

Parameters

clusterString
Type: SystemString

Return Value

Type: OnPremConnector
Exceptions

ExceptionCondition
BusyClusterExceptionCluster is busy with another task.
See Also

Reference