Called when the region containing this callback is destroyed, when
the cache is closed.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxFunction getKey As ICacheableKey
abstract getKey : unit -> ICacheableKey
Return Value
Type:
ICacheableKey
Remarks
Implementations should clean up any external resources,
such as database connections. Any runtime exceptions this method
throws will be logged.
It is possible for this method to be called multiple times on a single
callback instance, so implementations must be tolerant of this.
See AlsoReference
[!:Cache.Close]
[!:Region.DestroyRegion]