Redigera

Lobby.Id property

Gets the ID of the Lobby.

public string Id { get; }

Return Value

Gets the ID of the Lobby.

Remarks

If this lobby object was created by calling CreateAndJoinLobby or JoinLobby, this method will return null until ProcessLobbyStateChanges provides a successful OnLobbyCreateAndJoinCompleted or OnLobbyJoinCompleted respectively.

See Also