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.
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.