Apache Ignite.NET
Apache.Ignite.Core.Cache.CacheResult< T > Struct Template Reference

Represents a cache operation result with a success flag. More...

Inheritance diagram for Apache.Ignite.Core.Cache.CacheResult< T >:

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

Value [get]
 Gets the cache value. More...
 
bool Success [get]
 Gets a value indicating whether the operation completed successfully. More...
 

Detailed Description

Template Parameters
TOperation result value type.

Constructor & Destructor Documentation

Parameters
valueThe value.

Member Function Documentation

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 bool Apache.Ignite.Core.Cache.CacheResult< T >.operator!= ( CacheResult< T >  left,
CacheResult< T >  right 
)
static

<inehritdoc>

static bool Apache.Ignite.Core.Cache.CacheResult< T >.operator== ( CacheResult< T >  left,
CacheResult< T >  right 
)
static

<inehritdoc>

Property Documentation

bool Apache.Ignite.Core.Cache.CacheResult< T >.Success
get