Table of Contents

Class MatchmakerClient

Namespace
Coherence.Cloud
Assembly
Coherence.Runtime.dll
public class MatchmakerClient
Inheritance
MatchmakerClient

Constructors

MatchmakerClient(IRequestFactory, IAuthClient)

public MatchmakerClient(IRequestFactory requestFactory, IAuthClient authClient)

Parameters

requestFactory IRequestFactory
authClient IAuthClient

Methods

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

public 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>