Share via


GKMatchmaker.MatchAsync(GKInvite) Method

Definition

Creates a match for the specified invitation.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<GameKit.GKMatch> MatchAsync(GameKit.GKInvite invite);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MatchAsync : GameKit.GKInvite -> System.Threading.Tasks.Task<GameKit.GKMatch>
override this.MatchAsync : GameKit.GKInvite -> System.Threading.Tasks.Task<GameKit.GKMatch>

Parameters

invite
GKInvite

Returns

A task that represents the asynchronous Match operation. The value of the TResult parameter is of type System.Action<GameKit.GKMatch,Foundation.NSError>.

Attributes

Applies to