Class Remote.Client
- Description
Remote RPC Client.
- Variable
con
Remote.Connection
Remote.Client.con- Description
Connection to the Remote.Server.
- Method
create
Remote.Client Remote.Client(
string
host
,int
port
,void
|int
nice
,void
|int
timeout
,void
|int
max_call_threads
)- Description
Connect to a Remote.Server.
- Parameter
host
- Parameter
port
Hostname and port for the Remote.Server.
- Parameter
nice
If set, inhibits throwing of errors from
call_sync()
.- Parameter
timeout
Connection timeout in seconds.
- Parameter
max_call_threads
Maximum number of concurrent threads.