Settings stores the global settings for the rendering engine. To get the expected results, these must be set prior to calling Engine.Render.
Members/Properties
Name |
Description |
Log |
Gets the log settings for the current process. |
Methods
Name |
Description |
AddNetLinkInstance |
Add a new XF Rendering Server to perform NetLink load balancing. |
Gets the log settings for the current process. It can be used to get and set the log file and log level.
public static LogSettings Log
Add a new XF Rendering Server to perform NetLink load balancing.
public void AddNetLinkInstance(String serverOrIpAddress, int port)
Parameters
serverOrIpAddress
The server name or IP address.
port
The port that XF Rendering server is listening to. This can be found and set in the Management Console of that server under Listener Configuration. The default is 1099.