Exago .NET API Documentation
ScheduleRemotingHost Property
Example 
WebReports.Api.Common Namespace > General Class : ScheduleRemotingHost Property

 

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.

Syntax
public System.string ScheduleRemotingHost {get; set;}
Remarks
Same as setting Admin Console > General > Scheduler Settings > Schedule Remoting Host.
Example
api.General.ScheduleRemotingHost = "http://SchedulerOne:2001,tcp://SchedulerTwo:2001";
See Also

Reference

General Class
General Members

Exago Knowledge Base

Roles
Scheduler Settings
Scheduler Service Configuration