Partager via


GKTurnBasedMatch.EndTurnWithNextParticipantAsync Méthode

Définition

Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser « EndTurn » à la place.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'EndTurn' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use 'EndTurn' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task EndTurnWithNextParticipantAsync (GameKit.GKTurnBasedParticipant nextParticipant, Foundation.NSData matchData);
abstract member EndTurnWithNextParticipantAsync : GameKit.GKTurnBasedParticipant * Foundation.NSData -> System.Threading.Tasks.Task
override this.EndTurnWithNextParticipantAsync : GameKit.GKTurnBasedParticipant * Foundation.NSData -> System.Threading.Tasks.Task

Paramètres

nextParticipant
GKTurnBasedParticipant
matchData
NSData

Retours

Tâche qui représente l’opération EndTurnWithNextParticipant asynchrone

Attributs

S’applique à