GKMatchmaker.AddPlayers 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.
[Foundation.Export("addPlayersToMatch:matchRequest:completionHandler:")]
public virtual void AddPlayers (GameKit.GKMatch toMatch, GameKit.GKMatchRequest matchRequest, Action<Foundation.NSError> completionHandler);
abstract member AddPlayers : GameKit.GKMatch * GameKit.GKMatchRequest * Action<Foundation.NSError> -> unit
override this.AddPlayers : GameKit.GKMatch * GameKit.GKMatchRequest * Action<Foundation.NSError> -> unit
Parameters
- toMatch
- GKMatch
- matchRequest
- GKMatchRequest
- Attributes