C# 클래스 PlayFab.ClientModels.MatchmakeResult

상속: PlayFabModelBase
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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