Click or drag to resize
Akka.NETLocalOnlyDecider Constructor
TBD

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

Parameters

decider
Type: SystemFuncException, Directive
TBD
See Also