Click or drag to resize
PoolManagerGetAll Method
Returns a map containing all the pools in this manager. The keys are pool names and the values are Pool instances.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static Dictionary<string, Pool> GetAll()

Return Value

Type: DictionaryString, Pool
See Also