Interface IOperationResult<T>
The primary return type for binary Memcached operations which return a value
Inherited Members
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
| Edit this page View SourceContent
The value returned by the operation.
Declaration
T? Content { get; }
Property Value
Type | Description |
---|---|
T |