Returns a map containing all the pools in this manager.
The keys are pool names and the values are Pool instances.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static Dictionary<string, Pool> GetAll()
Public Shared Function GetAll As Dictionary(Of String, Pool)
public:
static Dictionary<String^, Pool^>^ GetAll()
static member GetAll : unit -> Dictionary<string, Pool>
Return Value
Type:
DictionaryString,
Pool
See Also