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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string[] Locators { get; }
Public ReadOnly Property Locators As String()
Get
public:
property array<String^>^ Locators {
array<String^>^ get ();
}
member Locators : string[] with get
Property Value
Type:
String
Remarks
If a pool has no locators then it can not discover servers or locators at runtime.
See Also