CqEventgetNewValue Method |
Get the new value of the modification.
If there is no new value returns null, this will happen during delete
operation.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IGFSerializable getNewValue()
Public Function getNewValue As IGFSerializable
public:
IGFSerializable^ getNewValue()
member getNewValue : unit -> IGFSerializable
Return Value
Type:
IGFSerializable
See Also