GKMatchmaker.AddPlayersAsync(GKMatch, 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.
Adds the players in the match request to the match.
public virtual System.Threading.Tasks.Task AddPlayersAsync (GameKit.GKMatch toMatch, GameKit.GKMatchRequest matchRequest);
abstract member AddPlayersAsync : GameKit.GKMatch * GameKit.GKMatchRequest -> System.Threading.Tasks.Task
override this.AddPlayersAsync : GameKit.GKMatch * GameKit.GKMatchRequest -> System.Threading.Tasks.Task
Parameters
- toMatch
- GKMatch
- matchRequest
- GKMatchRequest
Returns
A task that represents the asynchronous AddPlayers operation