Edit

Share via


GKTurnBasedMatch.RematchAsync Method

Definition

Creates a new match with the same list of participants as the current match, and runs completionHanler.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKTurnBasedMatch> RematchAsync ();
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