Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class ServiceResultExtensions

    Extension methods with more convenient overloads for ServiceResult.

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

    Methods

    | Edit this page View Source

    ThrowOnNoRetry(IServiceResult)

    Throw exception in the "No Retry" scenario

    Declaration
    public static void ThrowOnNoRetry(this IServiceResult result)
    Parameters
    Type Name Description
    IServiceResult result

    The Service Result

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