C# Class PlayFab.AdminModels.GetMatchmakerGameInfoResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
BuildVersion string
EndTime DateTime?
LobbyId string
Mode string
Players List
Region Region?
ServerAddress string
ServerPort uint
StartTime System.DateTime
TitleId string

Property Details

BuildVersion public_oe property

version identifier of the game server executable binary being run
public string BuildVersion
return string

EndTime public_oe property

time when Game Server Instance is currently scheduled to end
public DateTime? EndTime
return DateTime?

LobbyId public_oe property

unique identifier of the lobby
public string LobbyId
return string

Mode public_oe property

game mode for this Game Server Instance
public string Mode
return string

Players public_oe property

array of unique PlayFab identifiers for users currently connected to this Game Server Instance
public List Players
return List

Region public_oe property

region in which the Game Server Instance is running
public Region? Region
return Region?

ServerAddress public_oe property

IP address for this Game Server Instance
public string ServerAddress
return string

ServerPort public_oe property

communication port for this Game Server Instance
public uint ServerPort
return uint

StartTime public_oe property

time when the Game Server Instance was created
public DateTime,System StartTime
return System.DateTime

TitleId public_oe property

unique identifier of the Game Server Instance for this lobby
public string TitleId
return string