Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface IResult<T>

    Default interface for all operation return types.

    Inherited Members
    IResult.Success
    IResult.Message
    IResult.Exception
    IResult.ShouldRetry()
    Namespace: Couchbase.Core.IO.Operations
    Assembly: Couchbase.NetClient.dll
    Syntax
    public interface IResult<out T> : IResult
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    Value

    The value returned by the operation

    Declaration
    T Value { get; }
    Property Value
    Type Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.