This documentation is archived and is not being maintained.
RetailConnDataDirectorClient.addReceiver Method [AX 2012]
Adds a receiver to the client.
public void addReceiver(
str _serviceName,
str _serverName,
int _port,
str _connectionString)
Run On
Called
Parameters
-
_serviceName
- Type: str
The string value that holds the name of service connection.
-
_serverName
- Type: str
The connection server name.
-
_port
- Type: int
The port number of the client.
-
_connectionString
- Type: str
The connection string that is used to connect to the server.