Click or drag to resize

MatchesNewMatchBeforeDelegate Delegate


Namespace: NeoAxis.CloudServer
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void NewMatchBeforeDelegate(
	long userID,
	ref string name,
	ref string anyData,
	ref string error
)

Parameters

userID  Int64
 
name  String
 
anyData  String
 
error  String
 
See Also