Click or drag to resize

MatchSceneServerMatchSceneSyncServerNode Constructor

Initializes a new instance of the MatchSceneServerMatchSceneSyncServerNode class

Namespace: NeoAxis.Cloud
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public MatchSceneSyncServerNode(
	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