Click or drag to resize
Akka.NETAutoDowningDowningActorProps Property
TBD

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Props DowningActorProps { get; }

Property Value

Type: Props

Implements

IDowningProviderDowningActorProps
Exceptions
ExceptionCondition
ConfigurationException This exception is thrown when the akka.cluster.auto-down-unreachable-after configuration setting is not set.
See Also