Click or drag to resize
AllForOneStrategy Constructor (FuncException, Directive)
Constructor that accepts only a decider and uses reasonable defaults for the other settings

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public AllForOneStrategy(
	Func<Exception, Directive> decider
)

Parameters

decider
Type: SystemFuncException, Directive

[Missing <param name="decider"/> documentation for "M:Akka.Actor.AllForOneStrategy.#ctor(System.Func{System.Exception,Akka.Actor.Directive})"]

See Also