![]() |
Apache Ignite.NET
|
Represents a cache operation result with a success flag. More...
Public Member Functions | |
| CacheResult (T value) | |
| Initializes a new instance of the CacheResult<T> struct with a specified value and sets success flag to true. More... | |
| bool | Equals (CacheResult< T > other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (CacheResult< T > left, CacheResult< T > right) |
| static bool | operator!= (CacheResult< T > left, CacheResult< T > right) |
Properties | |
| T | Value [get] |
| Gets the cache value. More... | |
| bool | Success [get] |
| Gets a value indicating whether the operation completed successfully. More... | |
| T | Operation result value type. |
| Apache.Ignite.Core.Cache.CacheResult< T >.CacheResult | ( | T | value | ) |
| value | The value. |
| bool Apache.Ignite.Core.Cache.CacheResult< T >.Equals | ( | CacheResult< T > | other | ) |
<inehritdoc>
| override bool Apache.Ignite.Core.Cache.CacheResult< T >.Equals | ( | object | obj | ) |
<inehritdoc>
| override int Apache.Ignite.Core.Cache.CacheResult< T >.GetHashCode | ( | ) |
<inehritdoc>
|
static |
<inehritdoc>
|
static |
<inehritdoc>
|
get |
|
get |