C# Class PlayFab.ClientModels.MatchmakeResult

Inheritance: PlayFabModelBase
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
Expires string
LobbyID string
PollWaitTimeMS int?
ServerHostname string
ServerPort int?
Status MatchmakeStatus?
Ticket string

Property Details

Expires public_oe property

timestamp for when the server will expire, if applicable
public string Expires
Résultat string

LobbyID public_oe property

unique lobby identifier of the server matched
public string LobbyID
Résultat string

PollWaitTimeMS public_oe property

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

ServerHostname public_oe property

IP address of the server
public string ServerHostname
Résultat string

ServerPort public_oe property

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

Status public_oe property

result of match making process
public MatchmakeStatus? Status
Résultat MatchmakeStatus?

Ticket public_oe property

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