Edit

Share via


Class LobbySearchConfiguration

The configuration structure used to specify how a FindLobbies operation should be performed.

public class LobbySearchConfiguration

Public Members

name description
LobbySearchConfiguration() The default constructor.
ClientSearchResultCount { get; set; } An optional value which, when specified, will limit the number of results provided in the completion response.
FilterString { get; set; } The query string used to filter which lobbies are returned in the search results.
FriendsFilter { get; } A filter that, when provided, will constrain the lobby search operation to only those owned by the members of that player's various friend lists.
SortString { get; set; } The query string used to sort the lobbies returned in the search results.

See Also