Share via


RetailConnAX5SCClient.AddReceiver Method [AX 2012]

Adds receiver to data director client.

Syntax

public void AddReceiver(
    str _serviceName, 
    str _serverName, 
    int _port, 
    str _connectionString)

Run On

Called

Parameters

  • _serviceName
    Type: str
    Name of the service used by the receiver.
  • _serverName
    Type: str
    Name of the server to be connected by the receiver.
  • _port
    Type: int
    Port to be used for receiving.
  • _connectionString
    Type: str
    Connection string used for establishing connection to the server.

See Also

Reference

RetailConnAX5SCClient Class