Class MatchIdAssignment
MatchIdAssignment model
Inheritance
object
MatchIdAssignment
Namespace: Unity.Services.Matchmaker.Models
Assembly: solution.dll
Syntax
public class MatchIdAssignment
Constructors
MatchIdAssignment(string, string, StatusOptions, string)
Creates an instance of MatchIdAssignment.
Declaration
public MatchIdAssignment(string assignmentType, string message = null, MatchIdAssignment.StatusOptions status = (MatchIdAssignment.StatusOptions)0, string matchId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | assignmentType | assignmentType param |
| string | message | message param |
| MatchIdAssignment.StatusOptions | status | The status of the assignment is one of Timeout, Failed, InProgress, Found |
| string | matchId | Unique ID of the match. |
Properties
AssignmentType
Parameter assignmentType of MatchIdAssignment
Declaration
public string AssignmentType { get; }
Property Value
| Type | Description |
|---|---|
| string |
MatchId
Unique ID of the match.
Declaration
public string MatchId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Message
Parameter message of MatchIdAssignment
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| string |
Status
The status of the assignment is one of Timeout, Failed, InProgress, Found
Declaration
public MatchIdAssignment.StatusOptions Status { get; }
Property Value
| Type | Description |
|---|---|
| MatchIdAssignment.StatusOptions |