Click or drag to resize

MatchesEnterMatchCheckAccessRightsDelegate 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 EnterMatchCheckAccessRightsDelegate(
	long callerID,
	MatchesMatch match,
	ref string anyData,
	ref bool allow
)

Parameters

callerID  Int64
 
match  MatchesMatch
 
anyData  String
 
allow  Boolean
 
See Also