Click or drag to resize
AuthenticatedCacheRootRegionsTKey, 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.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public virtual IRegion<TKey, TValue>[] RootRegions<TKey, TValue>()

Type Parameters

TKey
TValue

Return Value

Type: IRegionTKey, TValue
array of regions

Implements

IRegionServiceRootRegionsTKey, TValue
Remarks
It is not supported when Cache is created from Pool.
See Also