GKTurnBasedMatchRequest Delegate
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.
A delegate that specifies the completion handler for FindMatch(GKMatchRequest, GKTurnBasedMatchRequest).
public delegate void GKTurnBasedMatchRequest(GKTurnBasedMatch match, NSError error);
type GKTurnBasedMatchRequest = delegate of GKTurnBasedMatch * NSError -> unit
Parameters
- match
- GKTurnBasedMatch
- error
- NSError