Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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