Vixen
c7401864
csharp
public record class QueueTicket

One ticket in a queue.

Read the guide page for this →

Fields and properties (4)

  • public string Id

    What names it.

  • public QueueEntry Entry

    What they asked for.

  • public QueueTicketState State

    Where it has got to.

  • public Guid Match

    Which match took it, or Empty.

Methods (1)

Used by (7)

  • ClusterSerializationTestsVixen.Live.Cluster.Tests
  • IQueueGrainVixen.Live.Cluster
  • IQueueMatcherVixen.Live.Orchestrator
  • PairMatcherVixen.Live.Orchestrator
  • QueueGrainVixen.Live.Orchestrator
  • QueueStateVixen.Live.Orchestrator
  • QueueStateTestsVixen.Live.Orchestrator.Tests