csharp
public record class QueueTicketOne ticket in a queue.
Fields and properties (4)
public string IdWhat names it.
public QueueEntry EntryWhat they asked for.
public QueueTicketState StateWhere it has got to.
public Guid MatchWhich match took it, or Empty.
Methods (1)
public QueueTicket(string Id, QueueEntry Entry, QueueTicketState State, Guid Match)One ticket in a queue.
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