Return the updated value from this event. If the event is a destroy
or invalidate operation, then the new value will be NULL.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public IGFSerializable NewValue{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property NewValue As IGFSerializable |
| Visual C++ |
|---|
public: property IGFSerializable^ NewValue { IGFSerializable^ get (); } |
See Also
EntryEvent Class
GemStone.GemFire.Cache Namespace