Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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