Table of Contents

Class Matchmaker

Namespace
Coherence.Runtime
Assembly
Coherence.Runtime.dll
[Obsolete]
[Deprecated("01/03/2023", 1, 0, 0, Reason = "PlayClient has been deprecated, moved to non-static context, use CloudService instead.")]
public static class Matchmaker
Inheritance
Matchmaker

Methods

Match(string, string, string)

public static Task<MatchResponse> Match(string region, string team, string payload)

Parameters

region string
team string
payload string

Returns

Task<MatchResponse>

Match(string, string, string, string[], string[])

public static Task<MatchResponse> Match(string region, string team, string payload, string[] tags, string[] friends)

Parameters

region string
team string
payload string
tags string[]
friends string[]

Returns

Task<MatchResponse>