Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class RetryAction

    Inheritance
    object
    RetryAction
    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 RetryAction

    Constructors

    | Edit this page View Source

    RetryAction(TimeSpan?)

    Declaration
    public RetryAction(TimeSpan? duration)
    Parameters
    Type Name Description
    TimeSpan? duration

    Properties

    | Edit this page View Source

    DurationValue

    Declaration
    public TimeSpan? DurationValue { get; }
    Property Value
    Type Description
    TimeSpan?
    | Edit this page View Source

    Retry

    Declaration
    public bool Retry { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    Duration(TimeSpan?)

    Declaration
    public static RetryAction Duration(TimeSpan? duration)
    Parameters
    Type Name Description
    TimeSpan? duration
    Returns
    Type Description
    RetryAction
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.