C# Class PlayFab.ClientModels.MatchmakeResult

Inheritance: PlayFabModelBase
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Expires string
LobbyID string
PollWaitTimeMS int?
ServerHostname string
ServerPort int?
Status MatchmakeStatus?
Ticket string

Property Details

Expires public property

timestamp for when the server will expire, if applicable
public string Expires
return string

LobbyID public property

unique lobby identifier of the server matched
public string LobbyID
return string

PollWaitTimeMS public property

time in milliseconds the application is configured to wait on matchmaking results
public int? PollWaitTimeMS
return int?

ServerHostname public property

IP address of the server
public string ServerHostname
return string

ServerPort public property

port number to use for non-http communications with the server
public int? ServerPort
return int?

Status public property

result of match making process
public MatchmakeStatus? Status
return MatchmakeStatus?

Ticket public property

server authorization ticket (used by RedeemMatchmakerTicket to validate user insertion into the game)
public string Ticket
return string