Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Handler for when a matchmaking ticket status has changed.
public delegate void OnMatchmakingTicketCompletedHandler(MatchmakingTicket ticket, int result);
| parameter | description |
|---|---|
| ticket | The matchmaking ticket whose status changed. |
| result | Indicates whether the ticket found a match or provides the high-level reason that it failed. |
See Also
- class MatchmakingTicket
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer