Click or drag to resize

MatchesNewMatch(Int64, String, String) Method


Namespace: NeoAxis.CloudServer
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static MatchesNewMatchResult NewMatch(
	long userID,
	string name,
	string anyData = null
)

Parameters

userID  Int64
 
name  String
 
anyData  String  (Optional)
 

Return Value

MatchesNewMatchResult
See Also