Click or drag to resize

MatchesUpdateMatch(Int64, String, 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 MatchesSimpleResult UpdateMatch(
	long matchID,
	string status = null,
	string name = null,
	string anyData = null
)

Parameters

matchID  Int64
 
status  String  (Optional)
 
name  String  (Optional)
 
anyData  String  (Optional)
 

Return Value

MatchesSimpleResult
See Also