Share via


GKTurnBasedMatch.EndTurnWithNextParticipantAsync Method

Definition

Developers should not use this deprecated method. Developers should use 'EndTurn' instead.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task EndTurnWithNextParticipantAsync(GameKit.GKTurnBasedParticipant nextParticipant, Foundation.NSData matchData);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EndTurnWithNextParticipantAsync : GameKit.GKTurnBasedParticipant * Foundation.NSData -> System.Threading.Tasks.Task
override this.EndTurnWithNextParticipantAsync : GameKit.GKTurnBasedParticipant * Foundation.NSData -> System.Threading.Tasks.Task

Parameters

nextParticipant
GKTurnBasedParticipant
matchData
NSData

Returns

A task that represents the asynchronous EndTurnWithNextParticipant operation

Attributes

Applies to