RetailConnAX5SCClient.createConnection Method [AX 2012]
Creates connection for data director client.
Syntax
public void createConnection(
str _serverName,
int _port,
str _connectionString,
boolean _interactive,
boolean _ipsec,
boolean _preferIPv6,
guid _messageGuid)
Run On
Called
Parameters
- _serverName
Type: str
Name of the server that needs to be connected.
- _port
Type: int
Port used for establishing connection with the Server.
- _connectionString
Type: str
Connection String used for connecting to the server.
- _interactive
Type: boolean
Checks whether the interactive is enabled.
- _ipsec
Type: boolean
Checks whether the ip sec is enabled.
- _preferIPv6
Type: boolean
Checks whether the _preferIPv6 is enabled.
- _messageGuid
Type: guid
GUID of the message.