ICacheListenerClose Method |
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
Syntaxvoid Close(
Region region
)
Sub Close (
region As Region
)
void Close(
Region^ region
)
abstract Close :
region : Region -> unit
Parameters
- region
- Type: GemStone.GemFire.CacheRegion
Remarks
Implementations should clean up any external resources,
such as database connections. Any runtime exceptions this method
throws will be logged.
See AlsoReference
[!:Cache.Close]
[!:Region.DestroyRegion]