Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 959 Bytes

File metadata and controls

33 lines (25 loc) · 959 Bytes
author title description ms.author ms.topic ms.service ms.date
sebastianpd
MatchmakingTicket
MatchmakingTicket members
sebastianp
reference
playfab
12/13/2023

MatchmakingTicket class

Information for a matchmaking ticket.

public class MatchmakingTicket

Public Members

name description
Context { get; set; } The custom context of the matchmaking ticket.
Status { get; } The matchmaking ticket status.
TicketId { get; } The ID of the matchmaking ticket
Cancel() Cancels the ticket.
GetMatchDetails() Provides the match, if one has been found.

See Also