AuthenticatedCacheRootRegions Method |
Returns an array of root regions in the cache. This set is a
snapshot and is not backed by the cache.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual Region[] RootRegions()
Public Overridable Function RootRegions As Region()
public:
virtual array<Region^>^ RootRegions()
abstract RootRegions : unit -> Region[]
override RootRegions : unit -> Region[]
Return Value
Type:
Regionarray of regions
Implements
IRegionServiceRootRegions
Remarks
It is not supported when Cache is created from Pool.
See Also