Click or drag to resize
Akka.NETCircuitBreakerWithCircuitBreaker 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
)

Parameters

body
Type: SystemFuncTask
Call needing protected

Return Value

Type: Task
Task
See Also