RetailConnDataDirectorClient.createConnection Method [AX 2012]

Creates the connection with the client by using the provided parameters.

Syntax

public void createConnection(
    str _serverName, 
    int _port, 
    str _connectionString, 
    boolean _interactive, 
    boolean _ipsec)

Run On

Called

Parameters

  • _serverName
    Type: str
    The name of server to be connected.
  • _port
    Type: int
    The port number of the server.
  • _connectionString
    Type: str
    A string value that contains the connection parameters.
  • _interactive
    Type: boolean
    A Boolean value that indicates whether it can interact with the server.
  • _ipsec
    Type: boolean
    A Boolean value.

See Also

Reference

RetailConnDataDirectorClient Class