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 the operation started by a previous call to FindLobbies completed.
public delegate void OnLobbyFindLobbiesCompletedHandler(IList<LobbySearchResult> searchResults,
PFEntityKey searchingEntity, int result);
| parameter | description |
|---|---|
| searchResults | The results returned by the search operation. |
| searchingEntity | The entity provided to the call associated with this state change. |
| result | Indicates that the search lobbies operation Succeeded or provides the reason that it failed. |
See Also
- class LobbySearchResult
- class PFEntityKey
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer