Click or drag to resize
PropsSupervisorStrategy Property
Gets or sets the supervisor strategy.

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

Property Value

Type: SupervisorStrategy
The supervisor strategy.
See Also