次の方法で共有


GKMatch.RematchAsync メソッド

定義

[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.GKMatch> RematchAsync ();
abstract member RematchAsync : unit -> System.Threading.Tasks.Task<GameKit.GKMatch>
override this.RematchAsync : unit -> System.Threading.Tasks.Task<GameKit.GKMatch>

戻り値

非同期再照合操作を表すタスク。 TResult パラメーターの値は System.Action<GameKit.GKMatch,Foundation.NSError> 型です。

属性

適用対象