Share via


RetailConnDataDirectorClient.addReceiver Method [AX 2012]

Adds a receiver to the client.

Syntax

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.

See Also

Reference

RetailConnDataDirectorClient Class