v1.0.0
Latest
2022.3+

Class BackfillTicket

User-facing BackfillTicket model.

Inheritance
System.Object
BackfillTicket
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Matchmaker.Models
Syntax
public class BackfillTicket

Constructors

BackfillTicket(String, String, Dictionary<String, Object>, BackfillTicketProperties)

Creates an instance of BackfillTicket.

Declaration
public BackfillTicket(string id = null, string connection = null, Dictionary<string, object> attributes = null, BackfillTicketProperties properties = null)
Parameters
TypeNameDescription
System.Stringid

Backfill Ticket ID

System.Stringconnection

Connection address (IPv4 string format, no port)

System.Collections.Generic.Dictionary<System.String, System.Object>attributes

Matchmaker ticket attributes

BackfillTicketPropertiesproperties

Matchmaker properties (match info, players etc.)

Properties

Attributes

Matchmaker ticket attributes

Declaration
public Dictionary<string, object> Attributes { get; set; }
Property Value
TypeDescription
System.Collections.Generic.Dictionary<System.String, System.Object>

Connection

Connection address (IPv4 string format, no port)

Declaration
public string Connection { get; set; }
Property Value
TypeDescription
System.String

Id

Backfill Ticket ID

Declaration
public string Id { get; set; }
Property Value
TypeDescription
System.String

Properties

Matchmaker properties (match info, players etc.)

Declaration
public BackfillTicketProperties Properties { get; set; }
Property Value
TypeDescription
BackfillTicketProperties