Called when the region containing this callback is destroyed, when
the cache is closed.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
void Close( Region region ) |
| Visual Basic (Declaration) |
|---|
Sub Close ( _ region As Region _ ) |
| Visual C++ |
|---|
void Close ( Region^ region ) |
Parameters
- region
- Region
region to close
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.