Interface IResult<T>
Default interface for all operation return types.
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 SourceValue
The value returned by the operation
Declaration
T Value { get; }
Property Value
Type | Description |
---|---|
T |