次の方法で共有


GKLocalPlayer.LoadRecentPlayersAsync メソッド

定義

最近のプレーヤーを読み込みます。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKPlayer[]> LoadRecentPlayersAsync ();
abstract member LoadRecentPlayersAsync : unit -> System.Threading.Tasks.Task<GameKit.GKPlayer[]>
override this.LoadRecentPlayersAsync : unit -> System.Threading.Tasks.Task<GameKit.GKPlayer[]>

戻り値

非同期の LoadRecentPlayers 操作を表すタスク。 TResult パラメーターの値は System.Action<GameKit.GKPlayer[],Foundation.NSError> 型です。

属性

適用対象