Vixen
c7401864
csharp
public record class QueueSnapshot

What a queue looks like right now.

Read the guide page for this →

Fields and properties (4)

  • public int Waiting

    How many tickets are queueing.

  • public int Players

    How many people that is.

  • public int Open

    How many matches are formed and not yet started.

  • public TimeSpan LongestWait

    How long the oldest waiting ticket has been there.

Methods (1)

  • public QueueSnapshot(int Waiting, int Players, int Open, TimeSpan LongestWait)

    What a queue looks like right now.

Used by (4)

  • IQueueGrainVixen.Live.Cluster
  • QueueGrainVixen.Live.Orchestrator
  • QueueStateVixen.Live.Orchestrator
  • QueueStateTestsVixen.Live.Orchestrator.Tests