ICacheWriterBeforeDestroy Method |
Called before an entry is destroyed.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxbool BeforeDestroy(
EntryEvent ev
)
Function BeforeDestroy (
ev As EntryEvent
) As Boolean
bool BeforeDestroy(
EntryEvent^ ev
)
abstract BeforeDestroy :
ev : EntryEvent -> bool
Parameters
- ev
- Type: GemStone.GemFire.CacheEntryEvent
event object associated with destroying the entry
Return Value
Type:
Boolean
Remarks
The entry being destroyed may or may
not exist in the local cache where the CacheWriter is installed. This method
is not called as a result of expiration or
[!:Region.LocalDestroyRegion].
See AlsoReference
[!:Region.Destroy]