GKTurnBasedMatch.RematchAsync 方法

定义

使用与当前匹配项相同的参与者列表创建一个新匹配项,并运行 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>

返回

表示异步重新匹配操作的任务。 TResult 参数的值的类型为 System.Action<GameKit.GKTurnBasedMatch,Foundation.NSError>。

属性

适用于