Click or drag to resize

MatchesRemoveMatchUserCheckAccessRightsDelegate 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 RemoveMatchUserCheckAccessRightsDelegate(
	long callerID,
	MatchesMatch match,
	MatchesMatchUser matchUser,
	ref bool allow
)

Parameters

callerID  Int64
 
match  MatchesMatch
 
matchUser  MatchesMatchUser
 
allow  Boolean
 
See Also