| CircuitBreakerWithCircuitBreaker Method (FuncTask) |
Wraps invocation of asynchronous calls that need to be protected
Namespace:
Akka.Pattern
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public Task WithCircuitBreaker(
Func<Task> body
)
member WithCircuitBreaker :
body : Func<Task> -> Task
Parameters
- body
- Type: SystemFuncTask
Call needing protected
Return Value
Type:
TaskTaskSee Also