Called before an entry is updated. The entry update is initiated by a
Put or a Get that causes the loader to update an existing entry.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
bool BeforeUpdate( EntryEvent ev ) |
| Visual Basic (Declaration) |
|---|
Function BeforeUpdate ( _ ev As EntryEvent _ ) As Boolean |
| Visual C++ |
|---|
bool BeforeUpdate ( EntryEvent^ ev ) |
Parameters
- ev
- EntryEvent
event object associated with updating the entry
Remarks
The entry previously existed in the cache where the operation was
initiated, although the old value may have been null. The entry being
updated may or may not exist in the local cache where the CacheWriter is
installed.