Lobby.GetLobbyProperties method

Get the dictionary of lobby property keys and values

public IDictionary<string, string> GetLobbyProperties()

Return Value

The dictionary of lobby property keys and values

Remarks

Lobby properties are only visible to members of the lobby.

This constructs a new Dictionary upon each API call so it should not be called with high frequency

If this lobby object is still in the process of asynchronously being created or joined via a call to CreateAndJoinLobby or JoinLobby, this method returns no keys.

See Also