Vixen
02b45cc4
csharp
public record class RealmHostOptions

What a realm host is allowed to differ in.

Read the guide page for this →

Fields and properties (5)

  • public Action<string> Output

    Where lifecycle signals are written.

  • public TimeSpan HeartbeatInterval

    How often health is sampled.

  • public TimeSpan IdleGrace

    How long a drained shard with nobody left on it waits before stopping.

  • public Func<DateTimeOffset> Now

    The realm's clock. Replaceable so a test does not have to wait.

  • public TransferDeadlines Transfers

    How long each step of a transfer may take before it is given up on.

Used by (5)

  • RealmVixen.Live.Realm
  • RealmVixen.Live.Realm.Tests
  • RealmClusterTestsVixen.Live.Realm.Cluster.Tests
  • RealmFixtureVixen.Live.Realm.Tests
  • RealmHostVixen.Live.Realm