FaultRecoveryAction
Namespace: MBrace.Core
Specifies the recovery action that should happen in the event of an MBrace fault.
Union Cases
Union Case | Description |
Retry(delay)
Signature: TimeSpan
|
Retry the computation after specified delay. |
ThrowException(exn)
Signature: exn
|
Give up on the computation raising a fault exception. |