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