Table of Contents

MatchRoomAsync

Methods
public Task<RoomMatchResponse> MatchRoomAsync(string[] tags = null, CancellationToken cancellationToken = default)

Match a room with the given options in the coherence Cloud asynchronously.

Parameters
Type Name Description
string[] tags

Filter the results by a list of tags.

CancellationToken cancellationToken

Cancellation token to cancel the request.

Returns
Type Description
Task<RoomMatchResponse>