C# Класс PlayFab.ClientModels.MatchmakeResult

Наследование: PlayFabModelBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Expires string
LobbyID string
PollWaitTimeMS int?
ServerHostname string
ServerPort int?
Status MatchmakeStatus?
Ticket string

Описание свойств

Expires публичное свойство

timestamp for when the server will expire, if applicable
public string Expires
Результат string

LobbyID публичное свойство

unique lobby identifier of the server matched
public string LobbyID
Результат string

PollWaitTimeMS публичное свойство

time in milliseconds the application is configured to wait on matchmaking results
public int? PollWaitTimeMS
Результат int?

ServerHostname публичное свойство

IP address of the server
public string ServerHostname
Результат string

ServerPort публичное свойство

port number to use for non-http communications with the server
public int? ServerPort
Результат int?

Status публичное свойство

result of match making process
public MatchmakeStatus? Status
Результат MatchmakeStatus?

Ticket публичное свойство

server authorization ticket (used by RedeemMatchmakerTicket to validate user insertion into the game)
public string Ticket
Результат string