Class KeepOldestSettings
Inheritance
KeepOldestSettings
Assembly: Akka.Cluster.dll
Syntax
public sealed class KeepOldestSettings
Constructors
|
Improve this Doc
View Source
KeepOldestSettings(Boolean, String)
Declaration
public KeepOldestSettings(bool downIfAlone, string role)
Parameters
Properties
|
Improve this Doc
View Source
DownIfAlone
Declaration
public bool DownIfAlone { get; }
Property Value
|
Improve this Doc
View Source
Role
Declaration
public string Role { get; }
Property Value
Extension Methods