Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.14 KB

File metadata and controls

41 lines (28 loc) · 1.14 KB
author title description ms.author ms.topic ms.service ms.date
ScottMunroMS
PFLobbyServerConnectionStatus
Values representing the current status of the Lobby Server's connection status to the notification service.
scmunro
reference
playfab
02/14/2024

PFLobbyServerConnectionStatus

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

Syntax

enum class PFLobbyServerConnectionStatus  : uint32_t  
{  
    NotConnected = 0,  
    Connected = 1,  
}  

Constants

Constant Description
NotConnected The Lobby Server isn't connected to the notification service.

When not connected to the notification service, the Lobby Server can miss updates or see delayed updates while in this state.
Connected The Lobby Server is connected to the notification service.

When connected to the notification service, the Lobby Server will receive real-time updates indicating changes to the lobby.

Requirements

Header: PFLobby.h

See also

PFLobby members