GKMatchmaker.FindMatchAsync(GKMatchRequest) Method

Definition

Finds players for a peer-to-peer match.

public virtual System.Threading.Tasks.Task<GameKit.GKMatch> FindMatchAsync (GameKit.GKMatchRequest request);
abstract member FindMatchAsync : GameKit.GKMatchRequest -> System.Threading.Tasks.Task<GameKit.GKMatch>
override this.FindMatchAsync : GameKit.GKMatchRequest -> System.Threading.Tasks.Task<GameKit.GKMatch>

Parameters

request
GKMatchRequest

Returns

A task that represents the asynchronous FindMatch operation. The value of the TResult parameter is a GameKit.GKNotificationMatch.

Applies to