Click or drag to resize

ServerService Constructor

Initializes a new instance of the ServerService class

Namespace: NeoAxis.Networking
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected ServerService(
	string name,
	int identifier
)

Parameters

name  String
 
identifier  Int32
 
See Also