Class ClientRetryReadPolicy
Retry policy that returns true for all read-only operations that do not modify data.
Inheritance
System.Object
ClientRetryReadPolicy
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Apache.Ignite.Core.Client
Assembly: Apache.Ignite.Core.dll
Syntax
public sealed class ClientRetryReadPolicy : IClientRetryPolicy
Methods
ShouldRetry(IClientRetryPolicyContext)
Declaration
public bool ShouldRetry(IClientRetryPolicyContext context)
Parameters
Type | Name | Description |
---|---|---|
IClientRetryPolicyContext | context |
Returns
Type | Description |
---|---|
System.Boolean |