Handles the event of an entry's value being modified in a region.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
void AfterUpdate( EntryEvent ev ) |
| Visual Basic (Declaration) |
|---|
Sub AfterUpdate ( _ ev As EntryEvent _ ) |
| Visual C++ |
|---|
void AfterUpdate ( EntryEvent^ ev ) |
Parameters
- ev
- EntryEvent
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.