次の方法で共有


GKMatchmaker.FindPlayersAsync(GKMatchRequest) メソッド

定義

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'FindPlayersForHostedRequest' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'FindPlayersForHostedRequest' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<string[]> FindPlayersAsync (GameKit.GKMatchRequest request);
abstract member FindPlayersAsync : GameKit.GKMatchRequest -> System.Threading.Tasks.Task<string[]>
override this.FindPlayersAsync : GameKit.GKMatchRequest -> System.Threading.Tasks.Task<string[]>

パラメーター

request
GKMatchRequest

戻り値

非同期の FindPlayers 操作を表すタスク。 TResult パラメーターの値は GameKit.GKFriendsHandler です。

属性

適用対象