Vixen
02b45cc4
csharp
public record class RealmClusterOptions

How often a realm renews what it holds.

Read the guide page for this →

Fields and properties (2)

  • public TimeSpan LeaseRenewal

    How often a held lease is renewed. Comfortably inside LeaseOptions.Lifetime, because a realm that renewed at the last moment would lose its right to write to one slow round trip.

  • public static RealmClusterOptions Default

    The defaults.

Methods (1)

  • public RealmClusterOptions(TimeSpan LeaseRenewal)

    How often a realm renews what it holds.

Used by (1)

  • RealmClusterVixen.Live.Realm.Cluster