GKMatchmaker.FindMatchAsync(GKMatchRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds players for a peer-to-peer match.
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>
Parameters
- request
- GKMatchRequest
Returns
A task that represents the asynchronous FindMatch operation. The value of the TResult parameter is a GameKit.GKNotificationMatch.