Search Results for

    Show / Hide Table of Contents

    Class ClientRetryAllPolicy

    Retry policy that always returns true.

    Inheritance
    object
    ClientRetryAllPolicy
    Implements
    IClientRetryPolicy
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    true if the operation should be retried on another connection, false otherwise.

    Implements

    IClientRetryPolicy
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation