Gets a connector, provided a URL specifying the controller of an eSales cluster. The URL should be on the format
esales://<username>:<password>, e.g. esales://username:password.
Valid query parameters are:
connection_timeout - The connection timeout in milliseconds, default 2000.
query_timeout - The query timeout in milliseconds, default 3000.
export_timeout - The export timeout in milliseconds, default 60000.
import_timeout - The import timeout in milliseconds, default 600000.
notification_timeout - The notification timeout in milliseconds, default 3000.
report_timeout - The notification timeout in milliseconds, default 3000.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.38.12
Syntax
C#
public static CloudConnector Get( string url )
Parameters
- url
- Type: SystemString
The base URL to an eSales cluster
Return Value
Type: CloudConnectorA connector, or null if no such connector has been created before.
See Also