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