| CircuitBreakerWithSyncCircuitBreaker Method (Action) |
The failure will be recorded farther down.
Namespace:
Akka.Pattern
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void WithSyncCircuitBreaker(
Action body
)
member WithSyncCircuitBreaker :
body : Action -> unit
Parameters
- body
- Type: SystemAction
TBD
See Also