Edit

Share via


Class LobbySearchResult

An entry in the collection of lobby search results received upon successful completion of a FindLobbies operation.

public class LobbySearchResult

Public Members

name description
ConnectionString { get; } The connection string of the found lobby.
CurrentMemberCount { get; } The current number of members that are present in this lobby.
Friends { get; } The friends in the found lobby, if the lobby search was performed with a LobbySearchFriendsFilter.
LobbyId { get; } The ID of the found lobby.
MaxMemberCount { get; } The maximum number of members that can be present in this lobby.
MembershipLock { get; } The current lock state of the found lobby.
OwnerEntity { get; } The current owner of the lobby.
SearchProperties { get; } The search properties associated with this lobby.

See Also