MatchesNewMatchCheckAccessRightsDelegate Delegate |
Namespace: NeoAxis.CloudServerAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic delegate void NewMatchCheckAccessRightsDelegate(
long callerID,
ref string name,
ref string anyData,
ref bool allow
)
Parameters
- callerID Int64
-
- name String
-
- anyData String
-
- allow Boolean
-
See Also