Vixen
02b45cc4
csharp
public record class PlaceResult

The answer, with the argument for it attached.

Read the guide page for this →

Fields and properties (4)

  • public PlaceStatus Status

    Whether anywhere.

  • public ShardId Shard

    Which shard, when placed.

  • public RealmEndpoint Endpoint

    Where it is, so the gate needs nothing else to mint a ticket.

  • public string Reason

    Why, in a sentence — the explanation doc 27 § Diagnostics makes non-optional, flattened so it can cross a grain call and be printed by vixen live explain.

Methods (1)

Used by (11)

  • ClusterFleetDirectoryVixen.Live.Gate
  • ClusterSerializationTestsVixen.Live.Cluster.Tests
  • FakeFleetVixen.Live.Gate.Tests
  • FakeMapVixen.Live.Realm.Cluster.Tests
  • GateServiceVixen.Live.Gate
  • GateServiceTestsVixen.Live.Gate.Tests
  • IFleetDirectoryVixen.Live.Gate
  • IMapGrainVixen.Live.Cluster
  • MapCoordinatorVixen.Live.Orchestrator
  • MapCoordinatorTestsVixen.Live.Orchestrator.Tests
  • MapGrainVixen.Live.Orchestrator