Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class RetryReasonExtensions

Inheritance
object
RetryReasonExtensions
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 static class RetryReasonExtensions

Methods

View Source

AllowsNonIdempotentRetries(RetryReason)

Declaration
public static bool AllowsNonIdempotentRetries(this RetryReason reason)
Parameters
Type Name Description
RetryReason reason
Returns
Type Description
bool
View Source

AlwaysRetry(RetryReason)

Declaration
public static bool AlwaysRetry(this RetryReason reason)
Parameters
Type Name Description
RetryReason reason
Returns
Type Description
bool
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.