Click or drag to resize
Akka.NETPropsSupervisorStrategy Property
The supervisor strategy used to manage the actor.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public SupervisorStrategy SupervisorStrategy { get; protected set; }

Property Value

Type: SupervisorStrategy
See Also