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.
An optional value which, when specified, will limit the number of results provided in the completion response.
public uint? ClientSearchResultCount { get; set; }
Remarks
This value may only be specified when FindLobbies is called with a client-entity.
This value can be no higher than PlayFabMultiplayer.LobbyClientRequestedSearchResultCountUpperLimit.
When not specified, the limit on the number of search results is service-defined but will be no greater than PlayFabMultiplayer.LobbyClientRequestedSearchResultCountUpperLimit.
See Also
- class LobbySearchConfiguration
- namespace PlayFab.Multiplayer