Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class BestEffortRetryStrategy

    Inheritance
    object
    BestEffortRetryStrategy
    Implements
    IRetryStrategy
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Core.Retry
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class BestEffortRetryStrategy : IRetryStrategy

    Constructors

    | Edit this page View Source

    BestEffortRetryStrategy()

    Declaration
    public BestEffortRetryStrategy()
    | Edit this page View Source

    BestEffortRetryStrategy(IBackoffCalculator)

    Declaration
    public BestEffortRetryStrategy(IBackoffCalculator calculator)
    Parameters
    Type Name Description
    IBackoffCalculator calculator

    Methods

    | Edit this page View Source

    RetryAfter(IRequest, RetryReason)

    Declaration
    public virtual RetryAction RetryAfter(IRequest request, RetryReason reason)
    Parameters
    Type Name Description
    IRequest request
    RetryReason reason
    Returns
    Type Description
    RetryAction

    Implements

    IRetryStrategy
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.