Edit

Share via


LobbyServerConnectionStatus enumeration

Values representing the current status of the Lobby Server's connection status to the notification service.

public enum LobbyServerConnectionStatus : uint

Values

name value description
NotConnected 0 The Lobby Server isn't connected to the notification service.
Connected 1 The Lobby Server is connected to the notification service.

See Also