Share via


GKTurnBasedMatch.RematchAsync Method

Definition

Creates a new match with the same list of participants as the current match.

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

Returns

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

Attributes

Applies to