Class ClientRetryAllPolicy
Retry policy that always returns true.
Implements
Inherited Members
Namespace: Apache.Ignite.Core.Client
Assembly: Apache.Ignite.Core.dll
Syntax
public class ClientRetryAllPolicy : IClientRetryPolicy
Methods
ShouldRetry(IClientRetryPolicyContext)
Gets a value indicating whether a client operation that has failed due to a connection issue should be retried.
Declaration
public bool ShouldRetry(IClientRetryPolicyContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientRetryPolicyContext | context | Operation context. |
Returns
| Type | Description |
|---|---|
| bool |
|