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

 

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.

Syntax
public System.string SynchronousRemotingHost {get; set;}
Example
api.General.SynchronousRemotingHost = "http://MyHttpServer1:2001,tcp://MyTcpServer:2001";
See Also

Reference

General Class
General Members

Exago Knowledge Base

Roles
Scheduler Settings