Edit

Share via


LobbySearchConfiguration.ClientSearchResultCount property

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