次の方法で共有


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 型です>。

属性

適用対象