EntryEventNewValue Property |
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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IGFSerializable NewValue { get; }
Public ReadOnly Property NewValue As IGFSerializable
Get
public:
property IGFSerializable^ NewValue {
IGFSerializable^ get ();
}
member NewValue : IGFSerializable with get
Property Value
Type:
IGFSerializable
See Also