Click or drag to resize
Akka.NETCircuitBreakerWithSyncCircuitBreaker Method (Action)
The failure will be recorded farther down.

Namespace:  Akka.Pattern
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void WithSyncCircuitBreaker(
	Action body
)

Parameters

body
Type: SystemAction
TBD
See Also