| LocalOnlyDecider Constructor |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public LocalOnlyDecider(
Func<Exception, Directive> decider
)
new :
decider : Func<Exception, Directive> -> LocalOnlyDecider
Parameters
- decider
- Type: SystemFuncException, Directive
TBD
See Also