Partager via


GKMatchmaker.MatchAsync(GKInvite) Méthode

Définition

Crée une correspondance pour l’invitation spécifiée.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKMatch> MatchAsync (GameKit.GKInvite invite);
abstract member MatchAsync : GameKit.GKInvite -> System.Threading.Tasks.Task<GameKit.GKMatch>
override this.MatchAsync : GameKit.GKInvite -> System.Threading.Tasks.Task<GameKit.GKMatch>

Paramètres

invite
GKInvite

Retours

Tâche qui représente l’opération de correspondance asynchrone. La valeur du paramètre TResult est de type System.Action<GameKit.GKMatch,Foundation.NSError>.

Attributs

S’applique à