Click or drag to resize
IRegionServiceClose Method
Terminates this object cache and releases all the local resources. If RegionService is created from [!:Cache.CreateAuthenticatedView], then it clears user related security data.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
void Close()
Exceptions
ExceptionCondition
[!:CacheClosedException] if the cache is already closed.
Remarks
After this cache is closed, any further method call on this cache or any region object will throw CacheClosedException, unless otherwise noted.
See Also