Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayFab
ClientModels
MatchmakeResult
C# Class PlayFab.ClientModels.MatchmakeResult
Inheritance:
PlayFabModelBase
显示文件
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_oe property
timestamp for when the server will expire, if applicable
public
string
Expires
return
string
LobbyID
public_oe property
unique lobby identifier of the server matched
public
string
LobbyID
return
string
PollWaitTimeMS
public_oe property
time in milliseconds the application is configured to wait on matchmaking results
public
int?
PollWaitTimeMS
return
int?
ServerHostname
public_oe property
IP address of the server
public
string
ServerHostname
return
string
ServerPort
public_oe property
port number to use for non-http communications with the server
public
int?
ServerPort
return
int?
Status
public_oe property
result of match making process
public
MatchmakeStatus?
Status
return
MatchmakeStatus?
Ticket
public_oe property
server authorization ticket (used by RedeemMatchmakerTicket to validate user insertion into the game)
public
string
Ticket
return
string