Handles the event of a region being destroyed.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
void AfterRegionDestroy( string path ) |
| Visual Basic (Declaration) |
|---|
Sub AfterRegionDestroy ( _ path As String _ ) |
| Visual C++ |
|---|
void AfterRegionDestroy ( String^ path ) |
Parameters
- path
- String
Full path of the region being destroyed.
See Also
ICacheRegionListener Interface
GemStone.GemFire.Cache Namespace