Click or drag to resize
CacheWriterAdapterTKey, TValueBeforeDestroy Method

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public virtual bool BeforeDestroy(
	EntryEvent<TKey, TValue> ev
)

Parameters

ev
Type: GemStone.GemFire.Cache.GenericEntryEventTKey, TValue

Return Value

Type: Boolean

Implements

ICacheWriterTKey, TValueBeforeDestroy(EntryEventTKey, TValue)
See Also