Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IOperationResult<T>

The primary return type for binary Memcached operations which return a value

Inherited Members
IOperationResult.IsNmv()
IOperationResult.Token
IOperationResult.Cas
IOperationResult.Status
IOperationResult.Durability
IOperationResult.Id
IOperationResult.OpCode
IResult.ShouldRetry()
IResult.Success
IResult.Message
IResult.Exception
Namespace: Couchbase.Core.IO.Operations
Assembly: Couchbase.NetClient.dll
Syntax
[Obsolete("This interface is not required and will be removed in a future release.")]
public interface IOperationResult<out T> : IOperationResult, IResult
Type Parameters
Name Description
T

The value returned by the operation.

Properties

View Source

Content

The value returned by the operation.

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