C# Class PlayFab.AdminModels.GetMatchmakerGameInfoResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file 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 property

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

EndTime public property

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

LobbyId public property

unique identifier of the lobby
public string LobbyId
return string

Mode public property

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

Players public property

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

Region public property

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

ServerAddress public property

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

ServerPort public property

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

StartTime public property

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

TitleId public property

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