public System.string ScheduleRemotingHost {get; set;}
Sets the orgin(s) to the Scheduler Service. Separate multiple remoting hosts with a comma or semicolon.
The protocol and port must match the Scheduler Service's channel_type
and port
configuration settings, respectively.
public System.string ScheduleRemotingHost {get; set;}
api.General.ScheduleRemotingHost = "http://SchedulerOne:2001,tcp://SchedulerTwo:2001";