Vixen
02b45cc4
csharp
public record class Arrival

One arriving player, on the realm receiving them.

Read the guide page for this →

Fields and properties (5)

  • public PlayerKey Player

    Who.

  • public TransferTicket Ticket

    What they will present.

  • public long Epoch

    The lease epoch this arrival is for.

  • public DateTimeOffset Reserved

    When the slot was held.

  • public ArrivalState State

    How far they have got.

Methods (2)

  • public Arrival(PlayerKey Player, TransferTicket Ticket, long Epoch, DateTimeOffset Reserved, ArrivalState State)

    One arriving player, on the realm receiving them.

  • public override string ToString()

    Returns a string that represents the current object.

Used by (2)

  • ArrivalTestsVixen.Live.Transfer.Tests
  • TransferBoardVixen.Live.Transfer