Share via


GKTurnBasedMatch.ParticipantQuitOutOfTurnAsync Method

Definition

Asynchronously resigns the player from the match out of turn.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task ParticipantQuitOutOfTurnAsync(GameKit.GKTurnBasedMatchOutcome matchOutcome);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ParticipantQuitOutOfTurnAsync : GameKit.GKTurnBasedMatchOutcome -> System.Threading.Tasks.Task
override this.ParticipantQuitOutOfTurnAsync : GameKit.GKTurnBasedMatchOutcome -> System.Threading.Tasks.Task

Parameters

Returns

A task that represents the asynchronous ParticipantQuitOutOfTurn operation

Attributes

Applies to