 | CircuitBreakerConfigurationCompletionCallback Property |
Called on every response to determine if it is successful or not. The default
implementation counts SocketException, TimeoutException and TaskCanceledExceptions
as failures.
Namespace:
Couchbase.Core.CircuitBreakers
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic Func<Exception, bool> CompletionCallback { get; set; }
Property Value
Type:
FuncException,
Boolean
See Also