Click or drag to resize

MatchesNewMatchUserBeforeDelegate Delegate


Namespace: NeoAxis.Cloud
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public delegate void NewMatchUserBeforeDelegate(
	long matchID,
	long userID,
	ref string username,
	ref string anyData,
	ref string error
)

Parameters

matchID  Int64
 
userID  Int64
 
username  String
 
anyData  String
 
error  String
 
See Also