public System.string SynchronousRemotingHost {get; set;}
Specifies the Scheduler Services to use for remote execution. Separate multiple servers with commas or semicolons.
The protocol and port must match the Scheduler Service's channel_type
and port
configuration settings, respectively.
public System.string SynchronousRemotingHost {get; set;}
api.General.SynchronousRemotingHost = "http://MyHttpServer1:2001,tcp://MyTcpServer:2001";