GKMatchmaker.FindMatchAsync(GKMatchRequest) メソッド

定義

ピアツーピアマッチのプレイヤーを検索します。

public virtual System.Threading.Tasks.Task<GameKit.GKMatch> FindMatchAsync (GameKit.GKMatchRequest request);
abstract member FindMatchAsync : GameKit.GKMatchRequest -> System.Threading.Tasks.Task<GameKit.GKMatch>
override this.FindMatchAsync : GameKit.GKMatchRequest -> System.Threading.Tasks.Task<GameKit.GKMatch>

パラメーター

request
GKMatchRequest

戻り値

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

適用対象