Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates connection to the store connect.
Syntax
public void createConnection(
str _serverName,
int _port,
str _connectionString,
boolean _interactive,
boolean _ipsec,
boolean _preferIPv6,
guid _messageGuid)
Run On
Server
Parameters
- _serverName
Type: str
Name of the server.
- _port
Type: int
Port number.
- _connectionString
Type: str
Connection string value.
- _interactive
Type: boolean
Boolean value.
- _ipsec
Type: boolean
Boolean value for ipsec.
- _preferIPv6
Type: boolean
Boolean value for preferIPv6.
- _messageGuid
Type: guid
Value of guid type.