Default interface for all operation return types.
Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)


- T
[Missing <typeparam name="T"/> documentation for "T:Couchbase.IResult`1"]
The IResult<T> type exposes the following members.

Name | Description | |
---|---|---|
![]() | Exception |
If Success is false and an exception has been caught internally, this field will contain the exception.
(Inherited from IResult.) |
![]() | Message |
If the operation wasn't succesful, a message indicating why it was not succesful.
(Inherited from IResult.) |
![]() | Success |
Returns true if the operation was succesful.
(Inherited from IResult.) |
![]() | Value |
The value returned by the operation
|
