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