The IOperationResult<T> generic type exposes the following members.

Name | Description | |
---|---|---|
![]() | Cas |
The 'Check and Set' or 'CAS' value for enforcing optimistic concurrency.
(Inherited from IOperationResult.) |
![]() | Durability |
The level of durability that the operation achieved
(Inherited from IOperationResult.) |
![]() | 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.) |
![]() | Status |
The server's response status for the operation.
(Inherited from IOperationResult.) |
![]() | Success |
Returns true if the operation was succesful.
(Inherited from IResult.) |
![]() | Value |
The value returned by the operation.
|
