Click or drag to resize
PoolLocators Property
Returns an unmodifiable list of locators this pool is using. Each locator is either one added explicitly when the pool was created or were discovered using the explicit locators.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public string[] Locators { get; }

Property Value

Type: String
Remarks
If a pool has no locators then it can not discover servers or locators at runtime.
See Also