Click or drag to resize
Akka.NETReplicatorSettingsIsDurable Property
Determines if a durable store has been configured and is used. If configuration has defined some durable keys, this field must be true.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsDurable { get; }

Property Value

Type: Boolean
See Also