ICacheListenerAfterUpdate Method |
Handles the event of an entry's value being modified in a region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid AfterUpdate(
EntryEvent ev
)
Sub AfterUpdate (
ev As EntryEvent
)
void AfterUpdate(
EntryEvent^ ev
)
abstract AfterUpdate :
ev : EntryEvent -> unit
Parameters
- ev
- Type: GemStone.GemFire.CacheEntryEvent
EntryEvent denotes the event object associated with updating the entry.
Remarks
This entry previously existed in this region in the local cache,
but its previous value may have been null.
See Also