Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IResult<T>

Default interface for all operation return types.

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

Properties

View Source

Value

The value returned by the operation

Declaration
T Value { get; }
Property Value
Type Description
T
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.