Class ClientRetryAllPolicy
Retry policy that always returns true
.
Inheritance
System.Object
ClientRetryAllPolicy
Implements
Namespace: Apache.Ignite.Core.Client
Assembly: Apache.Ignite.Core.dll
Syntax
public class ClientRetryAllPolicy : object, IClientRetryPolicy
Methods
ShouldRetry(IClientRetryPolicyContext)
Declaration
public bool ShouldRetry(IClientRetryPolicyContext context)
Parameters
Type | Name | Description |
---|---|---|
IClientRetryPolicyContext | context |
Returns
Type | Description |
---|---|
System.Boolean |