CqEventTKey, TResultgetNewValue 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.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic TResult getNewValue()
Public Function getNewValue As TResult
public:
TResult getNewValue()
member getNewValue : unit -> 'TResult
Return Value
Type:
TResult
See Also