Share via


GKMatchmaker.FindMatchAsync(GKMatchRequest) Method

Definition

Finds players for a peer-to-peer match.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<GameKit.GKMatch> FindMatchAsync(GameKit.GKMatchRequest request);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.

Attributes

Applies to