CacheRootRegionsTKey, TValue 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.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IRegion<TKey, TValue>[] RootRegions<TKey, TValue>()
Public Function RootRegions(Of TKey, TValue) As IRegion(Of TKey, TValue)()
public:
generic<typename TKey, typename TValue>
virtual array<IRegion<TKey, TValue>^>^ RootRegions() sealed
abstract RootRegions : unit -> IRegion<'TKey, 'TValue>[]
override RootRegions : unit -> IRegion<'TKey, 'TValue>[]
Type Parameters
- TKey
- TValue
Return Value
Type:
IRegionTKey,
TValuearray of regions
Remarks
It is not supported when Cache is created from Pool.
See Also