csharp
public record class RealmClusterOptionsHow often a realm renews what it holds.
Fields and properties (2)
public TimeSpan LeaseRenewalHow 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 DefaultThe defaults.
Methods (1)
public RealmClusterOptions(TimeSpan LeaseRenewal)How often a realm renews what it holds.
Used by (1)
- RealmClusterVixen.Live.Realm.Cluster