Click or drag to resize

MatchesGetMatches(Int64, 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 MatchesGetMatchesResult GetMatches(
	long[] matches = null,
	long[] users = null,
	string[] groups = null,
	string[] statuses = null
)

Parameters

matches  Int64  (Optional)
 
users  Int64  (Optional)
 
groups  String  (Optional)
 
statuses  String  (Optional)
 

Return Value

MatchesGetMatchesResult
See Also