Returns 'null' if there was no value in the cache. If the prior state
of the entry was invalid, or non-existent/destroyed, then the old
value will be 'null'.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public IGFSerializable OldValue{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property OldValue As IGFSerializable |
| Visual C++ |
|---|
public: property IGFSerializable^ OldValue { IGFSerializable^ get (); } |
See Also
EntryEvent Class
GemStone.GemFire.Cache Namespace