OneForOneStrategy Constructor |
Name | Description | |
---|---|---|
OneForOneStrategy |
Serialization-friendly constructor
| |
OneForOneStrategy(FuncException, Directive) |
Constructor that accepts only a decider and uses reasonable defaults for the other settings
| |
OneForOneStrategy(IDecider) |
Constructor that accepts only a decider and uses reasonable defaults for the other settings
| |
OneForOneStrategy(FuncException, Directive, Boolean) |
Constructor that accepts only a decider and uses reasonable defaults for the other settings
| |
OneForOneStrategy(NullableInt32, NullableTimeSpan, IDecider) |
Applies the fault handling `Directive` (Resume, Restart, Stop) specified in the `Decider`
only to the child that failed, as opposed to AllForOneStrategy that applies
it to all children when one failed.
| |
OneForOneStrategy(NullableInt32, NullableTimeSpan, FuncException, Directive) |
Applies the fault handling `Directive` (Resume, Restart, Stop) specified in the `Decider`
only to the child that failed, as opposed to AllForOneStrategy that applies
it to all children when one failed.
| |
OneForOneStrategy(Int32, Int32, IDecider, Boolean) |
Applies the fault handling `Directive` (Resume, Restart, Stop) specified in the `Decider`
only to the child that failed, as opposed to AllForOneStrategy that applies
it to all children when one failed.
| |
OneForOneStrategy(Int32, Int32, FuncException, Directive, Boolean) |
Applies the fault handling `Directive` (Resume, Restart, Stop) specified in the `Decider`
only to the child that failed, as opposed to AllForOneStrategy that applies
it to all children when one failed.
|