Click or drag to resize

CloudFunctionsServerCloudFunctionsServerNode Constructor

Initializes a new instance of the CloudFunctionsServerCloudFunctionsServerNode class

Namespace: NeoAxis.CloudServer
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CloudFunctionsServerNode(
	string serverName,
	string serverVersion,
	int maxConnections,
	double defaultMaxLifetime,
	double keepAliveConnectionTime,
	bool allowReconnect,
	string fullPathToDatabase,
	bool databaseReadOnly,
	string projectDirectory,
	out string error
)

Parameters

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