csharp
public record class PlaceResultThe answer, with the argument for it attached.
Fields and properties (4)
public PlaceStatus StatusWhether anywhere.
public ShardId ShardWhich shard, when placed.
public RealmEndpoint EndpointWhere it is, so the gate needs nothing else to mint a ticket.
public string ReasonWhy, 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)
public PlaceResult(PlaceStatus Status, ShardId Shard, RealmEndpoint Endpoint, string Reason)The answer, with the argument for it attached.
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