Click or drag to resize

OperationResultT Class

The primary return type for binary Memcached operations which return a value
Inheritance Hierarchy
SystemObject
  Couchbase.Core.IO.OperationsOperationResult
    Couchbase.Core.IO.OperationsOperationResultT

Namespace:  Couchbase.Core.IO.Operations
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class OperationResult<T> : OperationResult, 
	IOperationResult<T>, IOperationResult, IResult

Type Parameters

T
The value returned by the operation.

The OperationResultT type exposes the following members.

Constructors
  NameDescription
Public methodOperationResultT
Initializes a new instance of the OperationResultT class
Top
Properties
  NameDescription
Public propertyContent
The value of the key retrieved from Couchbase Server.
Top
Methods
See Also