Click or drag to resize

SimulationAppServerSimulationAppServerNode Constructor

Initializes a new instance of the SimulationAppServerSimulationAppServerNode class

Namespace: Project
Assembly: Project (in Project.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public SimulationAppServerNode(
	string serverName,
	string serverVersion,
	int maxConnections,
	double defaultMaxLifetime,
	double keepAliveTime,
	bool allowReconnect,
	string fullPathToDatabase,
	bool databaseReadOnly,
	string projectDirectory,
	out string error
)

Parameters

serverName  String
 
serverVersion  String
 
maxConnections  Int32
 
defaultMaxLifetime  Double
 
keepAliveTime  Double
 
allowReconnect  Boolean
 
fullPathToDatabase  String
 
databaseReadOnly  Boolean
 
projectDirectory  String
 
error  String
 
See Also