Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class RetryAction

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

Constructors

View Source

RetryAction(TimeSpan?)

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

Properties

View Source

DurationValue

Declaration
public TimeSpan? DurationValue { get; }
Property Value
Type Description
TimeSpan?
View Source

Retry

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

Methods

View Source

Duration(TimeSpan?)

Declaration
public static RetryAction Duration(TimeSpan? duration)
Parameters
Type Name Description
TimeSpan? duration
Returns
Type Description
RetryAction
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.