Table of Contents

Class Matchmaker

Namespace
Coherence.Runtime
Assembly
Coherence.Runtime.dll
[Obsolete]
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>