| DeciderFrom Method (FuncException, Directive) |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static LocalOnlyDecider From(
Func<Exception, Directive> localOnlyDecider
)
static member From :
localOnlyDecider : Func<Exception, Directive> -> LocalOnlyDecider
Parameters
- localOnlyDecider
- Type: SystemFuncException, Directive
TBD
Return Value
Type:
LocalOnlyDeciderTBD
See Also